Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter benlim007

    (@benlim007)

    Hi Marius,

    thanks for replying. I tried doing that, but here’s what I got:

    “You should update your .htaccess now.” (right at the top). and

    “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.” (at the bottom end)

    “<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>”

Viewing 1 replies (of 1 total)