How to change url's in Joomla
I have created a website and my client want that the URLs shows in tab according like Login URL is www.domain.com/index.php?option=com_user&am开发者_JAVA百科p;view=login
and he want that there will be set in url www.domain.com/login
instead of this. So please tell me how can I do this I am new in Joomla
Check This:
http://www.teachmejoomla.net/joomla-mambo-tutorials-and-howtos/general-questions/how-to-enable-seo-on-joomla.html
On SEO URL's
, apache mod_re-write
from you Global Configuration
option.
Make sure you check yes to apache mod_rewrite, enable SEO, in global configuration, but also a very important part... in your root folder for Joomla you need to rename htaccess.txt to .htaccess - that's VERY important!
That should help you get what you want. I recommend doing some reading up on the documentation - it's all covered in there!
精彩评论