• Forbidden

    You don’t have permission to access /index.php on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Please help me, what to do. It was perfectly working yesterday but today I opened my website and it shows this option..

Viewing 4 replies - 1 through 4 (of 4 total)
  • If it worked yesterday, but not today, contact your host. They likely ran an update that is interfering.

    Thread Starter sayhello2god

    (@sayhello2god)

    He has not changed anything. Plz someone else? its serious problem.

    Thread Starter sayhello2god

    (@sayhello2god)

    Here is my .httaccess files
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter sayhello2god

    (@sayhello2god)

    Well someone suggested me, to delete the .httaccess. and copy same file from other working blog. and also set permission to 775. Now my blog working perfectly.
    But I thing, I don’t know why it stopped working? & I’m scared for stopped working again. I may loose my visitors. If anyone knows why it happend? B’cause I’ve not changed any file/code .

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 Forbidden’ is closed to new replies.