Permalinks
-
Hi guys, I’ve recently added a blog back to my site and I’m just trying to set it up https://jamesduffell.com
I use to use custom permalinks however they’re suddenly stopped working, and simply give me the 404 error.
I know it’s not my hosting as I host several other websites which are located in sub folders and these work fine, it’s simply my main site located in the top level which has this issue.
I’m using the follow in my htaccess file, which seems to work fine for my other sites for example https://handyseo.co.ukErrorDocument 400 https://jamesduffell.com ErrorDocument 401 https://jamesduffell.com ErrorDocument 403 https://jamesduffell.com ErrorDocument 404 https://jamesduffell.com ErrorDocument 500 https://jamesduffell.com # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Just not my main site.
If anyone can point me in the right direction or has encountered this before it would be great to hear from you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Permalinks’ is closed to new replies.