Dynadot โ€” .com Transfer

Scuttle error question

SpaceshipSpaceship
Watch
Impact
19
Hey
I installed scuttle on a godaddy host and I am having trouble with it
since all the links go to "page.php"/
it gives me this error:
No input file specified.
this doesnt happen in any other host, can anyone help me out with this?
here is the site
http://kudossocial.co.uk/
everything looks fine but try clicking on the "ABOUT" link
i know its just the extra "/" thats causing the problem but i can't find the function in the php files to remove it from
thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
maybe $cleanurls in config.inc.php and check .htaccess also.
 
0
•••
theres nothing on checkurls in the config
and here is the .htacess
Code:
# Rewrite clean URLs onto real files
<IfModule mod_rewrite.c>
Options +FollowSymlinks
<IfDefine APACHE2>
    AcceptPathInfo On
</IfDefine>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^([^/]+)/?(.*)      $1.php/$2   [L]
</IfModule>
 
0
•••
You can use mod_rewrite to hide PHP extensions in config.inc.php. You have to rename config.inc.php.example to it.

$cleanurls = true;
or
$cleanurls = false;
 
0
•••
gives the same error
 
0
•••
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back