Only home page is working

Status
Not open for further replies.

sebastiancarbo

New Member
Messages
2
Reaction score
0
Points
0
Hello, I know you are having a lot of work, but I cannot find the solution to this problem by my self.
Wherever I make a click I get this error page:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."


I cannot see anything in log files but I test the same drupal application (downloaded a few days ago from here) and works fine in my PC.
- Is the problem related to all the infrastructural problem you are solving?
- What can I do to solve this problem?

Thanks in advance for your answer!
Sebastián Carbó
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
1. Make sure any .php files do not have permissions 0666 or 0777. They should be 0644 or 0755
2. cPanel --> Logs --> Error Log ... that might contain information
3. If .htaccess uses mod_rewrite, it should have the line
RewriteBase /
before any RewriteRule
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Since we have not received a response I am marking this as resolved. If further assistance is needed please re-open this thread or create a new one. You can re-open this thread by clicking on the "Administrative" text at the top of the original post.
 

sebastiancarbo

New Member
Messages
2
Reaction score
0
Points
0
Hello everybody,

The problem was related to the .htaccess mod_rewrite. I added the line:
RewriteBase /
before the RewriteRule and everything back to normal.

Thank you very much for your support!
 
Status
Not open for further replies.
Top