Hello!
I want to do a simple re write
from
http://www.example.com/iran/iran/province/Yazd
to
http://www.example.com/iran/province/Yazd
This is a codeigniter app that i have put in 'iran' folder. The class name is Iran that is why there are 2 'iran' after each other. I've managed to remove my codeigniter 'index.php' from the url with rewrite
RewriteRule ^(.*)$ iran/index.php?/$1 [L]