Quantcast
Channel: Topic Tag: forbidden | WordPress.org
Viewing all articles
Browse latest Browse all 691

nabster023 on "403 error forbidden"

$
0
0

i'm recently trying to install wordpress ( which i did many many times with no problem ) on shared hosting. i changed the wp_config.php file with the required info. uploaded wordpress in a directory. i even changed the CHMOD permission of all the files in the wordpress directory to 777, i know it's not a wise thing to do, but just to see where the problem is, but even then it didn't work. the same problem persists error 403 forbidden. i'm using the latest version of wordpress 4.4.1 .

this is my .htaccess file:
..............................................................
Options +Indexes
RemoveHandler .html
RemoveType .html
AddType text/html .html
Satisfy any
Order Deny,Allow
Allow from 212.227.112.228
Deny from all
AuthType Basic
AuthName "Access to /logs"
AuthUserFile /kunden/homepages/16/d376354960/htpasswd
Require user (non d'utilisateur ici)
..............................................................

i tried to change it to:
......................................
Order allow,deny
Allow from all
......................................
but the problem persits.

i'm using PHP 5.5 and MYSQL 5.5

any idea ?


Viewing all articles
Browse latest Browse all 691

Trending Articles