Status
Not open for further replies.

markgelo

Registered
May 4, 2014
3
0
1
cPanel Access Level
Website Owner
i really need your help..

my websites ranking is now loosing because of this error, and i don't know how to fix this.. even my web hosting provider can't fix this. [i'm using shared hosting.]

i posted this too on stackoverflow and webhostingtalk but still fixed :(

and i hoping that u guys can help me :) and fix this big problem.

when i fetch as google there's an error

Code:
[B]
Forbidden[/B]

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
and also when i view my website via googlebot 2.1 using user agent switcher i got that error too, and when i test my sitemaps on webmaster tool, i got

Code:
General HTTP error: HTTP 403 error (Forbidden) HTTP Error: 403
and hope you guys help me..

this is my .htaccess

Code:
RewriteOptions inherit

RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/([^/]+).html$ http://www.domain.info/

# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html.gz" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L]

RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* [NC]
RewriteCond %{HTTP_user_agent} !^(w3c\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\ |xda-).* [NC]
RewriteCond %{HTTPS} !on
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index.html" [L]
</IfModule>

# END WPSuperCache

#Options FollowSymLinks
# 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

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^\(\[0\-9\]\{4\}\)\/\(\[0\-9\]\{2\}\)\/\(\[\^\/\]\+\)\.html$ "http\:\/\/markgiver\.domain\.info\/\$3" [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^\(\[0\-9\]\{4\}\)\/\(\[0\-9\]\{2\}\)\/\(\[\^\/\]\+\)\.html$ "http\:\/\/www\.domain\.info\/\$3" [R=301,L]

this i my website: - Removed - all subdomain and other domain that i'm using right now had a same problem and hosted on same server. but i have 3 subdomain that hosted on other server and working fine. [but the problem is that i can't transfer them all on that hosting, they will suspend my account if i do that warez is not allowed there]



ERROR LOGS:

Code:
[Sun May 04 17:23:24 2014] [error] [client 5.135.18.12] client denied by server configuration: /home/markgelo/public_html/markgiver/403.shtml
[Sun May 04 17:23:24 2014] [error] [client 5.135.18.12] client denied by server configuration: /home/markgelo/public_html/markgiver/2013
[Sun May 04 17:23:23 2014] [error] [client 5.135.18.93] client denied by server configuration: /home/markgelo/public_html/markgiver/403.shtml
[Sun May 04 17:23:23 2014] [error] [client 5.135.18.93] client denied by server configuration: /home/markgelo/public_html/markgiver/2013
[Sun May 04 17:23:20 2014] [error] [client 91.121.118.116] client denied by server configuration: /home/markgelo/public_html/markserves/403.shtml
[Sun May 04 17:23:20 2014] [error] [client 91.121.118.116] client denied by server configuration: /home/markgelo/public_html/markserves/2013
[Sun May 04 17:23:16 2014] [error] [client 91.121.118.116] client denied by server configuration: /home/markgelo/public_html/markgiver/403.shtml
[Sun May 04 17:23:16 2014] [error] [client 91.121.118.116] client denied by server configuration: /home/markgelo/public_html/markgiver/2013
[Sun May 04 17:23:14 2014] [error] [client 66.249.66.151] client denied by server configuration: /home/markgelo/public_html/hentai/403.shtml
[Sun May 04 17:23:14 2014] [error] [client 66.249.66.151] client denied by server configuration: /home/markgelo/public_html/hentai/author
[Sun May 04 17:23:14 2014] [error] [client 37.59.30.29] client denied by server configuration: /home/markgelo/public_html/markserves/403.shtml
[Sun May 04 17:23:14 2014] [error] [client 37.59.30.29] client denied by server configuration: /home/markgelo/public_html/markserves/2013
[Sun May 04 17:23:13 2014] [error] [client 5.135.18.123] client denied by server configuration: /home/markgelo/public_html/markgiver/403.shtml
[Sun May 04 17:23:13 2014] [error] [client 5.135.18.123] client denied by server configuration: /home/markgelo/public_html/markgiver/2013
[Sun May 04 17:23:12 2014] [error] [client 5.135.16.239] client denied by server configuration: /home/markgelo/public_html/403.shtml
[Sun May 04 17:23:12 2014] [error] [client 5.135.16.239] client denied by server configuration: /home/markgelo/public_html/2014
 
Last edited by a moderator:

cPanelPeter

Senior Technical Analyst
Staff member
Sep 23, 2013
585
25
153
cPanel Access Level
Root Administrator
Hello,

Please try to temporarily move your .htaccess file out of the way. Then see if you still have the issues. I strongly suspect the issue lies with a configuration within the .htaccess file itself.
 

markgelo

Registered
May 4, 2014
3
0
1
cPanel Access Level
Website Owner
Hello,

Please try to temporarily move your .htaccess file out of the way. Then see if you still have the issues. I strongly suspect the issue lies with a configuration within the .htaccess file itself.
what u mean? move my .htaccess to other folder? i already try that but still the same.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
what u mean? move my .htaccess to other folder? i already try that but still the same.
Your access level is listed as "Website Owner". Have you checked with your hosting provider to ensure they have not blocked the Google IP addresses from indexing your website?

Thank you.
 

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter
[but the problem is that i can't transfer them all on that hosting, they will suspend my account if i do that warez is not allowed there]

If you've tried removing the .htaccess to rule out that as an issue, and you're sure file permissions are set proper (403 Forbidden error) and your Hosting Provider is of no use, what else is left?

Your site is chock full of warez and crap ads and fake redirects and popups and who knows what else, I didn't stick around long enough to find out.

Prohibited content - Google Adsense Content Policies

This is not a cPanel related issue, nor a server issue. This is about your content I believe and all the crap you have going on with it.


This thread is closed.
 
Status
Not open for further replies.