Tagged Questions
0
votes
1answer
53 views
Multiple Rewrite conditions and rules for custom paths
At the moment I haveā¦
RewriteCond $1 !^(index\.php|img|css|js|fonts|jw|mail|uploads|user_guide)
RewriteRule ^(.*)$ /index.php/$1 [L]
However, I want to be able to rewrite a url like /page/about/ ...