Not sure about .htaccess RewriteRule
-
Hey guys,
Not sure what this code is actually doing :
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /shop/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /shop/index.php [L] </IfModule>
I know it’s a URL rewrite rule, but what is it actually doing?
Can anyone “translate” in plain English? ??
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not sure about .htaccess RewriteRule’ is closed to new replies.