My page permalinks is index.php/contact ?
-
Hello…
My permalinks been this
/index.php/contact/
/index.php/case/123When i remove index.php from:
/index.php/%postname%/
I get this error code<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
- The topic ‘My page permalinks is index.php/contact ?’ is closed to new replies.