• Permalinks work just fine for my posts, but when I add another page, I get a 404 error. These are the lines that the page automatically added to my .htaccess file:
    RewriteRule ^(test)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
    RewriteRule ^(test)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
    RewriteRule ^(test)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
    RewriteRule ^(test)/?([0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
    RewriteRule ^(test)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permalink returns 404 on Pages but not Posts’ is closed to new replies.