Php 403 запрещенная ошибка
У меня была эта проблема, когда я повторно установил свой php-скрипт на свой сервер, но затем он приходит эта ошибка, как на картинке, но затем после выполнения поиска, и я обнаружил, что это ошибка .htaccess или что-то в этом роде, пожалуйста, если кто-то может помочь, это было бы здорово thanksss.
проверьте изображение ошибки: Введите описание изображения здесь
об ошибке
<pre># SERVER WISE SETTINGS ############################################ ## uncomment these lines for CGI mode ## make sure to specify the correct cgi php binary file name ## it might be /cgi-bin/php-cgi # Action php5-cgi /cgi-bin/php5-cgi # AddHandler php5-cgi .php ############################################ ## GoDaddy specific options # Options -MultiViews ## you might also need to add this line to php.ini ## cgi.fix_pathinfo = 1 ## RewriteBase / ## AddHandler x-httpd-php5 .php ## if it still doesn't work, rename php.ini to php5.ini ############################################ ## this line is specific for 1and1 hosting #AddType x-mapp-php5 .php #AddHandler x-mapp-php5 .php ############################################ # CUSTOM SEO FRIENDLY URL REWRITING ############################################ ############################################ ## default index file DirectoryIndex index.php ############################################ ## The code below should help against Local and Remote File Inclusion attacks. RewriteCond %{REQUEST_METHOD} GET RewriteCond %{QUERY_STRING} (.*)(http|https|ftp):\/\/(.*) RewriteCond %{QUERY_STRING} ^.*=(ht|f)tp\://.*$ [NC] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http:// [OR] RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\.\.//?)+ [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC] RewriteRule .* - [F] RewriteRule ^(.*)$ index.php [F,L] ############################################ ## use URL encoding in the http:// part RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http%3A%2F%2F [OR] ############################################ ## Adding the following directive should give you an additional layer of security ## against this type of attacks using the proc/self/environ method. RewriteCond %{QUERY_STRING} proc\/self\/environ [NC,OR] ########################################### # disable user agent verification to not break multiple image upload #php_flag suhosin.session.cryptua off ############################################ # PASS THE DEFAULT CHARACTER SET ############################################ AddDefaultCharset utf-8 ############################################ # DISABLE THE SERVER SIGNATURE ############################################ ServerSignature Off ############################################ # SECURE HTACCESS FILE ############################################ ################################ # UPDATING TEMPLATES, JAVASCRIPT OR CSS FILE WITHOUT HITTING MOD_SECURITY. # THIS SETTING MOSTLY HANDY WHEN YOU ARE MODIFYING TEMPLATES FROM ADMIN AREA. ################################ ################################ # Disable directory browsing ################################ Options -Indexes Options +FollowSymLinks RewriteEngine on IndexIgnore * ################################ # PROTECT .htaccess and .htpasswd FILES ################################ ################################ # PREVENT FILE VIEWING WITH HTACCESS ################################ ################################ # PPROTECT CONFIG.* FILES ################################ ############################################ # DISABLING EXECUTING OF FOLLOWING FILES. ############################################ AddHandler cgi-script .pl .py .jsp .asp .jsp .shtml .sh .cgi .pl .aspx .zip .phtml Options -ExecCGI ############################################ ## workaround for HTTP authorization ## in CGI environment RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] ############################################ ## If running in cluster environment, uncomment this ## http://developer.yahoo.com/performance/rules.html#etags #FileETag none
Что я уже пробовал:
заменить отказать от все с от всех, кроме