• Have two WP installations on the same server, with different domain names, but using the same MySQL database. On both, if I add a new page with the Permalinks set to anything but Default, I get 404 error.

    I’ve tried, with no luck:
    – manually adding “index.php” at the end of the new page’s URL,
    – downloading HTACCESS, removing any blank lines, and reuploading in ASCII mode,
    – Deleted HTACCESS and then turned Permalinks back on,
    – CHMOD HTACCESS set to 776 and 777

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

    WP = 2.8.4.
    Running PHP Version 5.2.9-pl2-gentoo
    Linux web2 2.6.27-gentoo-r8
    MySQL 5.0.84

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Permalinks only work if set to default, otherwise 404 error’ is closed to new replies.