No Input File (Go Daddy)
Permalink
Hi,
I was moved my concrete project from local server to my godaddy subdomain. I am getting home page "http://dev.mayament.com/hongkong/index.php",But When I am navigate the site, I am getting "No input file " "http://dev.mayament.com/hongkong/index.php/oerlikon/" .
My .htacces code in the directory is,
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hongkong/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
Any one can help me please ?
I was moved my concrete project from local server to my godaddy subdomain. I am getting home page "http://dev.mayament.com/hongkong/index.php",But When I am navigate the site, I am getting "No input file " "http://dev.mayament.com/hongkong/index.php/oerlikon/" .
My .htacces code in the directory is,
# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hongkong/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
Any one can help me please ?
check your root/config/site.php file for BASE_URL and DIR_REL settings. If not there, you may want to add it.
I see your c5 page athttp://dev.mayament.com/, but not athttp://dev.mayament.com/hongkong/index.php/oerlikon/...