oc666/NP/master/public/.htaccess - Htaccess File

oc666/NP/master/public/.htaccess

RewriteEngine On
RewriteBase /np/
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
php_value memory_limit 1000M
php_value max_execution_time 600

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache