Forum Replies Created
-
AuthorPosts
-
Hi Nikko
I got a revised version of the htaccess file which I uploaded and it seemed to fix the issue, in case somebody else runs into this I have posted the new htaccess file I have below:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?websitename.com$
RewriteCond %{REQUEST_URI} !^/wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /wordpress/$1
RewriteCond %{HTTP_HOST} ^(www.)?websitename.com$
RewriteRule ^(/)?$ wordpress/index.php [L]
</IfModule>Thanks for your help
Further to the info i have added in th htaccess file below
when I update wordpress settings, it updated the htaccess file and breaks the site
I would have to edit the line from
RewriteRule . /index.php [L]to
RewriteRule . /wordpress/index.php [L]
see below
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Hi Nikko
I can see the website home page but it is a 403 error
Iv’e attached the screen grab
I am also getting 403 error in the sitemaps
and google won’t allow me to do any adwords campaigns to this page due to 403 error
Hi Nikko
Could this be a permission issue with file permissions?
Hi Nikko
it is a 403 error, not a 404 not found error
Hi Victoria
Thank you, I’ve added the logins below.
Hi Nikko
Thank you for your replyI did have Sucuri installed and I deactivated it but got the same issue
The thing that is strange is that whichever page I set it to in the enfold theme will get the 403 error,
This makes me think it could be the enfold theme setup causing the problem.
Although I am also experiencing some trouble with my htaccess file.
Whenever I change my wp settings and save them, the htaccess file gets updated and this causes the site to break. To fix it I would need to go into the htaccess file and change it back to what it was so I can see the site again,
Thank you
It is showing up in the enfold menu.
I wanted to install Didact Gothic, but I think I can copy what you have done and replace the code.
I’m thinking it is only the functions.php file I need to edit.
Thank you very much for your help
Hi Ismael
I have seen you posting this a few times and I have not been able to get it to work.
I have added this code to the functions.php file but it doesn’t allow the font to show up in the settings
I am trying to load Didact Gothic
-
AuthorPosts