skip to Main Content

Mod Rewrite stop at rule? – Apache

I have the following mod rewrite in my .htaccess and when I go to /commPortal.php it still ends up routing me to index2.php. RewriteRule ^commportal/(.+)$ commPortal.php?data=$1 [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index2.php [QSA,L] RewriteCond %{REQUEST_URI} .php…

VIEW QUESTION
Back To Top
Search