Welcome Guest, Not a member yet? Register   Sign In
Having issues with htaccess with a subdomain.
#1

[eluser]goldsatish[/eluser]
Dear Sir,

Today i have facing one htacees issue in server.

Local URL is working proper, but not working in live .


local server htaccess

RewriteEngine on
RewriteCond $1 !^(index\.php|(.*)\.swf|js|img|css|assets|.idea|font|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

Example :
http://satish-pc/ci/admin/index/
http://satish-pc/ci/backend/index/
http://satish-pc/ci/backend/users/all

in local wamp server everything is working but when you upload to in blue host server that time not working show to "No input file specified."


i m codeigniter folder upload in subdomain

Live sever URL Example
http://demo.satish.com/ci/
Folder location : /demo/ci


please help me and solved out .




Theme © iAndrew 2016 - Forum software by © MyBB