“Pretty Permalinks” 404 Server Error
-
Hi all,
Getting those “pretty permalinks” to work is a struggle. I’ve put “https://www.sitename.com.au/wp/page-title” as the custom permalinks structure under Settings -> Permalinks and i get the link i want but when said link is actually clicked i get a “404 – File or directory not found.”
I’ve read the WP doc on pretty permalinks and have followed what’s said about the “.htaccess” file however it doesn’t seem to help. I’ve created a .htaccess file in with my index.php containing the following:
‘# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /RewriteCond %{REQUEST_FILENAME} ^wp-content.*
RewriteCond %{REQUEST_FILENAME} ^wp-admin.*
RewriteCond %{REQUEST_FILENAME} ^wp-include.*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress’Still no luck. Can’t help but feel i’m missing something simple. Any help would be appreciated.
Cheers,
- The topic ‘“Pretty Permalinks” 404 Server Error’ is closed to new replies.