Results 1 to 4 of 4
-
4th Feb 2012, 03:48 PM #1OPMemberWebsite's:
photostash.me videostash.org.htaccess question (I think)?
Ok so when I create php file on root of my server I get
500 Internal Server Error
This is my htaccess
PHP Code:ServerSignature Off
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^api$ api.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
ErrorDocument 400 default
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
What should I change?John Reviewed by John on . .htaccess question (I think)? Ok so when I create php file on root of my server I get 500 Internal Server Error This is my htaccess ServerSignature Off Options -Indexes <IfModule mod_rewrite.c> Rating: 5
-
4th Feb 2012, 03:56 PM #2BannedWebsite's:
xsl.tel xsltel.comyou are saying "on root of my server"
does that mean php file will work in subfolders ??
-
4th Feb 2012, 03:58 PM #3OPMemberWebsite's:
photostash.me videostash.orgI don't know what exactly u mean but it is here
/public_html/test.php
or here
domain.com/test.php
-
5th Feb 2012, 04:05 PM #4Respected Member
You are logging in as root instead of the site login?? That could cause the 500 error because the file will belong to the wrong owner.
Try logging in with the username password used to create the site in cpanel or ??
Then create the file and run it. See if you get that error again.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
.htaccess related question
By warezgalaxy in forum vBulletinReplies: 1Last Post: 31st Dec 2011, 03:04 PM -
Vb Seo .htaccess Help
By sunnyx12x21x in forum vBulletinReplies: 9Last Post: 17th Jul 2011, 11:25 AM -
.htaccess help.!
By vorazeal in forum Webmaster DiscussionReplies: 1Last Post: 25th Dec 2010, 05:59 PM -
.htaccess help
By Nemesis in forum Webmaster DiscussionReplies: 1Last Post: 21st Mar 2010, 07:13 PM -
Question about htaccess
By Leetdude in forum Webmaster DiscussionReplies: 2Last Post: 4th Oct 2008, 07:21 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...