acacioas/jw_framework/master/webroot/.htaccess - Htaccess File

acacioas/jw_framework/master/webroot/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
# redirects
RewriteRule ^.*$ - [NC,L]
RewriteRule ^page/(w+) pages.php?page=$1 [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache