I am using codeigniter. And It really get me frustrated. I tried to remove this index.php stuff. When I run my code in local server (localhost) it run well. It loads all my CSS and JS. Now the application is online at [http://www.socialfansmafia.com][1]
[1]: http://www.socialfansmafia.com . you can check it out. It would ask you to log in with your twitter. Don’t worry it’s not a scam. I am using elliot houghin twitter library.
And none of my css and JS loaded. Please help me guys. I got a presentation in the next 4 hours 🙁
This is my .htaccess :
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
I have set the $config['index_page'] = ''; in the config files, and all of this code is run success in localhost.. but it won’t work at the Online server… any advice guys? Best Regard – alfin
I use: