I was just wondering, If you want to rewrite the urls on your CMS would you use PHP URL Routing or simply use the .htaccess file?
Which one is better?More Information:
- i know of a php script which i might beable to edit for my needs to fix the virtual urls but i have no idea about the htaccess rewrite
- Routing is a mechanism that rewrites URLs to make them more user-friendly
- One can use Apache mod_rewrite, that would probably be faster but you'd lose convenience and flexibility of $this->createUrl()
- If you are interested on how to do it, check apache mod-rewrite or you can read more about how to do “Friendly URLS with PHP” at “The html blog“ [
- Joomla::URL mod rewrite Problem? hello experts I did active all three SEO settings in admin panel and also rename htaccess
- mod_rewrite lets you match URLs (or other things) and transform the target of the URL based on that match
- It is beyond the scope of this tutorial to show how to set up htaccess and mod_rewrite and more information on these can be gained from the Apache manual
More:


LinkBack URL
About LinkBacks
Reply With Quote

























































Bookmarks