• Resolved rajeshbadhan

    (@rajeshbadhan)


    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 3 replies - 1 through 3 (of 3 total)
  • how you were trying to edit?and wt ids the purpose…use ftp program like filezilla its sometime hidden dont show up also……

    For your above problem try these……do tell me if it works for you

    It seems this is a problem with most services defaulting to PHP 4.

    Use the .htaccess file to force the server to run PHP 5 when reading and accessing the pages. Two lines of code need to be added.

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    SECOND SOLUTION:
    Configure Windows Live Writer to use FTP instead of XMLRPC for image uploads.

    In WLW, do Weblog > Edit Weblog Settings… > Images > Upload images to an FTP server > Configure FTP. You’ll have to figure out the path and URL to where your images for your post get uploaded.

    Folder: /www/wp-content/uploads/2008/10/
    URL: https://YOURSITE.com/wp-content/uploads/2008/10/

    https://www.socialtechnow.com

    Thread Starter rajeshbadhan

    (@rajeshbadhan)

    Hi Talwinder,

    Currently that .htaccess file in my log folder root/log. I don’t have permission to read. write and move.

    I want to more or recreate that .htaccess file in root/ folder.

    How will my make understand my wordpress site to user .htaccess file available in root/ folder and ignore the one placed in root/log folder.

    Thanks & Regards,

    Rajesh Badhan

    Thread Starter rajeshbadhan

    (@rajeshbadhan)

    Hey Talwinder,

    You Know what, Its working. Many Thanks.

    Keep in touch!!

    Thanks & Regards,

    Rajesh Badhan

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