Is .htaccess file in right place?
-
I’m having trouble with Permalinks – only Setting>Permalinks>Custom Structure allows Posts, Categories and Tags to work (without going to 404 Error page) – but now I can’t navigate pages around the site; for example, on Home Page of my site – https://golovegreece.com/ – if I try, in bottom left corner of blog, to go to page 2, an Error 404 page will appear.
I’m working on the theory that it’s an .htaccess file problem. Using FTP, I’ve located the .htaccess file in html root folder – see screenshot here: https://i1171.photobucket.com/albums/r556/pushkin64/htaccess.jpg.
The file says:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Is the .htaccess file in the right place? Should it be somewhere else? Are its contents correct? Any other ideas what might be causing my Permalinks problem?
Many Thanks
- The topic ‘Is .htaccess file in right place?’ is closed to new replies.