• I m unable to edit my .Htaccess file, which is located in my /log folder.

    I supposed to post this code there.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I have reached to my hosting provider to grant me permission to edit the .Htaccess file but.it looks like they can’t change the permissions at this time.

    can we put the .htaccess file in some other folder except the root/log folder and re-direct the link to it.

    Help is highly appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • No – that’s not possible. Your host should be able to sort this out. If they can’t, I’d suggest that you start looking for new hosts.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Your .htaccess file should be in the same location as your index.php, NOT another folder.

    If the file isn’t there, you should create it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Internal Error when uploading any picture inside the post’ is closed to new replies.