06-23-2008, 05:40 AM
[eluser]dexter21[/eluser]
Hi, i want to redirect a web that i have in
http://www.domain.com/elek/index.php/home
first at all , the server has only a .htaccess on root web directory , how could i redirect this url to http;//www.domain.com/elek/home ?
i've tried with:
but nothing happened.
i cant use " RewriteBase /elek " because this affect to other rules
Many thanks
Hi, i want to redirect a web that i have in
http://www.domain.com/elek/index.php/home
first at all , the server has only a .htaccess on root web directory , how could i redirect this url to http;//www.domain.com/elek/home ?
i've tried with:
Code:
RewriteEngine on
RewriteRule ^elek(.*)$ /elek/index.php/$1 [L]
but nothing happened.
i cant use " RewriteBase /elek " because this affect to other rules
Many thanks