Can't view webpages built with CodeIgniter when it's uploaded |
[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, 05:30 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 05:45 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:11 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:20 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:30 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:34 AM
Can't view webpages built with CodeIgniter when it's uploaded - by El Forum - 07-22-2010, 06:38 AM
|