Hello,
I would like to request help in a matter...
I need a rewrite rule in my .htaccess file which suppose to do the following:
if someone is trying to access
www.something.com/index.php the link should be changing into www.something.com/
I'd try like this
RewriteRule ^http://www.something.com/index.php$ [
something.com...] [R]
How many rewrite rules can I have in a .htaccess file?
Thanks,
justfor