View Single Post
  #20  
Old 02-13-2012, 10:50 AM
Silvercivet Silvercivet is offline
Member
 
Join Date: Feb 2012
Posts: 32
Gender: Female
Credits: 4,494
Silvercivet is on a distinguished road
Default

Quote:
Originally Posted by Nyxi View Post
Hm... Check your [b]inc/config.php[.b] file, you shouldn't have that
Code:
index.php/
in your site address.

For sites without a directory (or folder) that the script is in it should look like this:
PHP Code:
$domain 'tirnanog.x10.mx';                //Your domain name (No http, www or . )
$scriptpath '';        //The folder you installed this script in 
Fixed, thanks so much!

Last edited by Silvercivet; 02-13-2012 at 11:53 AM.
Reply With Quote