Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Getting A 403 error on the theme home page #789666

    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

    in reply to: Getting A 403 error on the theme home page #789640

    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

    in reply to: Getting A 403 error on the theme home page #789633

    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

    in reply to: Getting A 403 error on the theme home page #789553

    Hi Nikko

    Could this be a permission issue with file permissions?

    in reply to: Getting A 403 error on the theme home page #789497

    Hi Nikko

    it is a 403 error, not a 404 not found error

    in reply to: Getting A 403 error on the theme home page #789397

    Hi Victoria

    Thank you, I’ve added the logins below.

    in reply to: Getting A 403 error on the theme home page #789370

    Hi Nikko
    Thank you for your reply

    I 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,

    in reply to: Adding Google Font To Enfold Template #757168

    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

    in reply to: Custom Font #754486

    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

Viewing 9 posts - 1 through 9 (of 9 total)