: Error 500 on new sub-domain I have just uploaded a site on a sub-domain, In fact on the 3rd Sub-domain. All the 4 site ( 1 Main, and the 3 on SUB) are completely separate from each other.
I have just uploaded a site on a sub-domain, In fact on the 3rd Sub-domain. All the 4 site ( 1 Main, and the 3 on SUB) are completely separate from each other.
Now, the site was developed Offline/Local and then uploaded, the site worked great on a local.
For some reason i keep getting "ERROR 500 - INTERNAL SERVER ERROR", where as my other sites are working fine.
If it would have been a server issue, the other sites would have the same problem. I dont ahve limits on Sub-domains, the disk space and bandwidth is also fine.
Can't Understand what could be the issue. Please help. I have attached the screen shot to the post, but not the link. As i am not sure how it works here.
.Htaccess code :
RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ .php?= [QSA,L]
#RewriteRule ^([^.]+)$ .php [NC,L]
#RewriteRule ^([^.]+)$ .html [NC,L]
#RewriteRule ^([a-zA-Z]+)/([a-zcA-Z]+)/([0-9]+)/([-0-9a-zA-Z]+)/?$ //.php?id= [L]
php_value max_execution_time 200
php_value post_max_size 200M
php_value upload_max_filesize 100M
More posts by @Margaret670
2 Comments
Sorted by latest first Latest Oldest Best
Start with the apache error log
This page has some further information, such as the default location on windows of the logfiles
httpd.apache.org/docs/2.2/platform/windows.html
First go to : Default htaccess and use that default htaccess code for .htaccess file for your subdomain root.
Also please verify following things :
1 - In apache config , see this option : AllowOverride All [It should be ALL not none]
2 - do you have mod_rewrite enabled
3 - .Htaccess file permission should be 644.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.