Viewing 2 replies - 1 through 2 (of 2 total)
  • Run Settings > Permalinks

    Thread Starter hiuxing

    (@hiuxing)

    Fixed it.

    I had to put this in my .htaccess file:

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

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pages from 2.7.1 don’t work in 2.8?’ is closed to new replies.