Welcome Guest, Not a member yet? Register   Sign In
Rewrite help.
#3

[eluser]Rick Jolly[/eluser]
This might work:
Code:
RewriteEngine On
RewriteBase /

RewriteRule ^categorie/(.*)\.html$ index.php/oferta/categorii/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

To keep your .htaccess simpler, you might want to use CI routes instead for these routing exceptions:
http://ellislab.com/codeigniter/user-gui...uting.html


Messages In This Thread
Rewrite help. - by El Forum - 08-12-2009, 04:53 PM
Rewrite help. - by El Forum - 08-12-2009, 05:35 PM
Rewrite help. - by El Forum - 08-12-2009, 07:05 PM
Rewrite help. - by El Forum - 08-12-2009, 10:26 PM
Rewrite help. - by El Forum - 08-13-2009, 02:45 AM
Rewrite help. - by El Forum - 08-13-2009, 03:02 AM
Rewrite help. - by El Forum - 08-13-2009, 03:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB