Internal Server Error

Status
Not open for further replies.

rmartinezvhsa53

New Member
Messages
17
Reaction score
0
Points
0
My site has two subfolders:

montessoridelgrijalva.edu.mx/
montessoridelgrijalvatest/

The first one is just HTML and some JavaScript and it is working really nice, but in the second one (montessoridelgrijalvatest/) something is wrong, yesterday i was working really well and today i get this:

===================================
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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
===================================

The directories are 775 and files are 644 chmod, what else could be the problem?

Yesterday I just worked on content, not scripting programing or something else, just writing content...

Note: Never touch .htaccess because I don't have idea how it works, so I didn't want to brake it LOL, so is discarded

Thanks in advance for your help and attention and waiting for any suggest
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

We're trying to get this issue sorted. Please try to be patient.

Thanks.
 

rmartinezvhsa53

New Member
Messages
17
Reaction score
0
Points
0
Hello, thanks stpvoice, I have been readying along the forum, so: I'll change the chmod of my directories to 755, files are 644 already and check the .htaccess and config.php of joomla, right now I joined to the file manager and edited the config.php to disable SEF.

If it does not works I'll comment RewriteBase / on .htaccess as http://docs.joomla.org/Enabling_Search_Engine_Friendly_(SEF)_URLs_on_Apache says

Let me try and I'll comment to you what's going on.

:confused:

---------- Post added at 06:56 PM ---------- Previous post was at 06:19 PM ----------



Checked directories and files
Directories 755 chmod
Files 644 chmod

Config.php from joomla directory:
Code:
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '0';

.htaccess
Code:
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)
 RewriteBase /montessoridelgrijalvatest

########## Begin - Joomla! core SEF Section
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
########## End - Joomla! core SEF Section

Still not working, is it not a problem with the php engine on server?

Thanks in advance for your help and attention...

waiting for your replay :confused:

Again, I saw i have seem issue in pages that have small pieces of php code and i think it is also for javascript code from the other directory, only whole html files works, still thinking it is a server trouble XD
 
Last edited:

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

This should be fixed now. If not, clear your browser cache, close your browser, flush your DNS (as administrator if using Vista/Windows 7), restart your browser, then try again.
Closed.

Thanks.
 
Status
Not open for further replies.
Top