lampartdaiduong/pwater/master/.htaccess - Htaccess File

lampartdaiduong/pwater/master/.htaccess

#### BEGIN Codeigniter
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
#### END Codeigniter

# BEGIN EDIT MAX_UPLOAD_FILESIZE AND POST_MAX_SIZE
php_value post_max_size 30M
php_value upload_max_filesize 10M
# END EDIT MAX_UPLOAD_FILESIZE AND POST_MAX_SIZE

On Github License

Files

Download PDF of Htaccess file
POST, REQUEST_FILENAME

Comments

Apache