Welcome Guest, Not a member yet? Register   Sign In
Can't view webpages built with CodeIgniter when it's uploaded
#3

[eluser]Yanny[/eluser]
I have already done removing index.php by putting htaccess in the folder http://ycscripts.co.cc/scripts/ticket-management-system.

application/config/config.php
$config['index_page'] = "";

http://ycscripts.co.cc/scripts/ticket-ma...m/htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

With the lines above in htaccesss it should automatically work, right? It doesn't, so what do I have to add in the htaccess file?


Messages In This Thread
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB