|
#1
|
|||
|
|||
|
I keep getting an 500 Internal Server Error from the last step of the install of the Downline Secrets setup. I am pretty sure its due to a problem with the htaccess file as I put all of the files for the program on a personal Linux machine at home and the install and access to the program's webpages worked flawlessly.
Here is what the htaccess contains: Code:
<Files r> ForceType application/x-httpd-php </Files> <FilesMatch "r"> SetHandler application/x-httpd-php </FilesMatch> <Files admin> ForceType application/x-httpd-php </Files> <Files update> ForceType application/x-httpd-php </Files> Code:
error: file has no execute permission: (/home/guidesto/public_html/supertips/admin Just for reference here is the contents of the admin file: Code:
<?
$CFG_REPNAME = "admin";
list ( ,$item ) = explode("/admin/",$_SERVER[REQUEST_URI]);
if(substr($item,0,7)!="__login"&&(substr($item,0,11)!="__adminArea"&&substr($item,0,8)!="__update")){
include "init.inc.php";
header("Location: ".$CFG_ROOTURL."admin/__adminArea");
exit;
}
include "rotator.php";
?>
Thanks! |
|
#2
|
||||
|
||||
|
What are the permissions on those files? Are any files 777? Anything that is 777, or says it needs to be 777, may need to be 755 on the server you're on because of PHPSuExec.
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#3
|
|||
|
|||
|
The file admin I have tried all sorts of executable permissions (700, 755, 777) still same error. On my home machine the permissions are 644 and everything works fine. 644 on Hostgator generates the "file has no execute permission" error and no matter what I change the permissions to I get the same error, except if I try 777 I get the "file is world writable" error.
|
|
#4
|
|||
|
|||
|
Have you tried ticketing support?
__________________
http://pc-core.net INSANELY CHEAP MANAGED SERVERS (DDoS Protected) (No setup FEE) |
![]() |
| Bookmarks |
| Thread Tools | |
|
|