• 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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘500 Internal Error when uploading any picture inside the post’ is closed to new replies.