• Hello…
    My permalinks been this
    /index.php/contact/
    /index.php/case/123

    When 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]
Viewing 3 replies - 16 through 18 (of 18 total)
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘My page permalinks is index.php/contact ?’ is closed to new replies.