Hi
I have installed Joomla and a plugin called sh404SEF. The plugin is to make sef url.

My site was not using .htaccess file so my url was :

http://www.loyalindia.com/index.php?/Some-Section/newssection?itemid=125&mid=125

Now I have enabled .htaccess supprt and now my urls are like this :

http://www.loyalindia.com/Some-Section/newssection?itemid=125&mid=125

As you see the "index.php?" is removed from url and it looks nice. But the old urls are not working.

I have some links which are on another host like banner exchange, google search, link exchange etc...

So I think to remove "index.php?/" from all my url. I don't know htaccess language. please provide me code which I will paste in my htaccess file.

Thank you

i think if you put your htaccess code in between these tags it will only affect index.php

<Files index.php>


</Files>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.