CodeIgniter Forums
remove index.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: remove index.php (/showthread.php?tid=1793)



remove index.php - El Forum - 06-27-2007

[eluser]Murilo[/eluser]
hello ,

add in .htaccess

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

http://www.desweb.com.br/app/


remove index.php - El Forum - 06-27-2007

[eluser]Phil Sturgeon[/eluser]
Oh so THATS how you do it. Right cheers :p


remove index.php - El Forum - 06-27-2007

[eluser]Murilo[/eluser]
remove url http://www.desweb.com.br/page.php


remove index.php - El Forum - 06-27-2007

[eluser]Murilo[/eluser]
[quote author="thepyromaniac" date="1182979290"]Oh so THATS how you do it. Right cheers :p[/quote]

Hi , I placed provisoriamente to use page.php in time of index.php