Hello,
I would like to use Apache Mod Rewrite to maintain search engines friendly URL over my web applications.
When I set some rules to change a URL such as mydomain.com/index.php?cat=articles&Id=124 to something like mydomain.com/articles/124.html this leads to all CSS and javascript files linked to index.php to be not available and hence the appearance of the page becomes incorrect and also javascript's errors are generated.
Is there any ideas to overcome this problem?
I also mentioned on Joomla that it able to change the mode of its URLs to be query strings or search friendly and I wonder how can they do that without changing the href values of their application files?!!