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]