Forbidden You don't have permission...

Status
Not open for further replies.

xandyx

Member
14
2011
0
0
Recently, But Was Not Noticed Until A Member Was Getting When Previewing His New Post:
Code:
Forbidden You don't have permission to access /newthread.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
But The Member Can Go To Another Part Of The Forum And Post With No Problem Whatsoever

I and Others Have Posted There With No Problem...

I Am Also Getting This Error When I Press Save On One Of The Settings:
Code:
You don't have permission to access /admincp/awcl_admin.php on this server.
 Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
But I Can Access awcl_admin.php By Typing The Url In The Server.
It Doesn't Happen On Any Other Settings Of AWCoding Software LITE Just One {Just When I Save Under 'All Settings'}

It Was Doing The Same On:
Code:
/arrowchat/admin/general.php?do=chatsettings
But That Seems Fine Now...Why I Don't know...


But Not Only That The Server Locks The User Out When We Try Too Many Times.

This Is Really Doing My Head In I've Spent Hours Trying To Find The Cause...
The CHMODs Are All Checked And Set Correctly
Mod_Sec Settings On The Server Are Set Correctly

I Hope Someone Can Help I Am Completley Lost As To What To Do...
 
14 comments
Both Fast..lol

Done Both:
Chomod set at 644 for the files Concerned And Folders at 755

.htaccess { /home/gextreme/public_html/.htaccess}
Code:
# enable subdirectory inheritance of custom php settings
# suPHP_ConfigPath /home/gextreme/public_html

Redirect 301 /t11789/ http://www.ge-xtreme.com/showthread.php?t=11789
Redirect 301 /cmd.php http://www.google.com

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.ge-xtreme\.com [NC]
RewriteRule ^(.*)$ http://www.ge-xtreme.com/$1 [L,R=301]
 
Change:
Code:
RewriteCond %{HTTP_HOST} !^www\.ge-xtreme\.com [NC]
RewriteRule ^(.*)$ http://www.ge-xtreme.com/$1 [L,R=301]

To:
Code:
RewriteCond %{HTTP_HOST} ^ge-xtreme.com$ [NC]
RewriteRule ^(.*)$ http://www.ge-xtreme.com/$1 [R=301,L]

Let's hope it'll work..
 
Yes But...The Same File Name Is Ok If I'm Saving A Different Part Of Settings...
And I Can Access If I Put The Url In The Browser
 
My Host Would Have To Do This Yes?

So Would It Be:
"chown Mycpanelusername /home/gextreme/public_html/admincp"
 
Last edited:
Thankyou For All Those That Responded,

My Host Has Managed To Fix It:
"Could you please try it now, We have changes in modsec file at our end and I have also checked provided steps and it will save successfully."

Oh I'm Sooooooo Happy!!!

Rep For All Responders ;)

This Thread Can Now Be Closed
 
Status
Not open for further replies.
Back
Top