403 Forbiddon Error /500 Server Error Please Help!!!! I have two VPS both are showing the error whenever i creates hosting or reseller account and check using xxx.xxx.xxx.xxx/~username I get the 403 forbiddon error It just not the one account all the account I create gets the same error all the time I need to go for some steps further after creating the account error i get is either 403 Forbidden Access is forbidden to the requested page: xxx.xxx.xxx.xxx/~username/ (port 80) Please forward this error screen to xxx.xxx.xxx.xxx's WebMaster. -------------------------------------------------------------------------- OR ------------------------------------------------------------------------- 500 Internal Server Error The request was not completed. The server met an unexpected condition. xxx.xxx.xxx.xxx/~username/ (port 80) Please forward this error screen to xxx.xxx.xxx.xxx's WebMaster. Each Time I creates the account results the same, Tried lot to solve it but no luck. Please tell me the fix to it, every new account gets the same error. Please help me out of this issue!!!
Go check the apache error log, /usr/local/apache/logs/error_log or go one of the domain`s cpanel and check the error log from there.
What did you see in your error logs? Are you using any .htaccess rules? Also is the userdir module in your apache enabled to open /~username URLs?
It can only be fix if i use Options +Indexes at the first line of .htaccess in public_html directory But everytime i need to use that command in .htaccess when i creates the new account to get it enable else it shows the 403 error
If that is the case, it could be because you do not have an index document for that URL. If it could list files / directories in that URL when using Options +Indexes, then you probably should try putting an index file in that folder and see what happens.
Yes it just works when i put index file but is there possible to see dictionary only by using htp://xxx.xxx.xxx.xxx/~username ??
Dictionary? Or did you mean directory? If I get this correctly, you want to be able to see the directory / content list of the http://xxx.xxx.xxx.xxx/~username each time you go to this URL, so then you always have to turn the Options +Indexes in the .htaccess file for this to work. It gives you a 403 Forbidden Error because you do not have an index file in it, and it is a virtual directory URL you are trying to access. Again to get rid of the Forbidden Error, either you place an index document in that directory or use the Options +Indexes directive in your .htaccess file.
So no any other solution to get that work without that code? Options +Indexes? wecause my previous VPS was working well with such error. Not getting Whats wrong in this both VPS i have it now.
So no any other solution to get that work without that code? Options +Indexes? because my previous VPS was working well with no such error. Not getting Whats wrong in this both VPS i have it now.
check Directory '/' Options at Main >> Service Configuration >> Apache Configuration >> Global Configuration. Indexes and all options are checked. It will fix your issue.