root/tutorial/framework/codeigniter/blog/segundo/.htaccess

Revision 14, 125 bytes (checked in by edsonk, 2 years ago)

#4 - Simples blog com CodeIgniter com validação de formulário

Line 
1 RewriteEngine on
2 RewriteCond %{REQUEST_FILENAME} !-f
3 RewriteCond %{REQUEST_FILENAME} !-d
4 RewriteRule ^(.*)$ index.php/$1 [L]
Note: See TracBrowser for help on using the browser.