0
Welcome Guest! Login
0 items Join Now

How can I change the page address

  • How can I change the page address

    Posted 15 years 1 week ago
    • Hello~ everyone,

      Every page in Joomla has the address like this long:
      http://mywebiste/index.php?option=com_content&view=article&id=159&Itemid=193

      Do you know how to make it shorter? such like : http://mywebsite/article1

      I think this can make the address more clear, and also protect the information of the website.
      I hope you would please give me some suggestion what should I do for it? Is there any extension
      for it?

      Tina
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: How can I change the page address

    Posted 15 years 1 week ago
    • Basic Core SEF:

      If joomla is in the root; htdocs, or public_html...

      In Global Configurations, Search Engine Friendly URLs Yes, Use Apache mod_rewrite Yes, Add suffix to URLs No.

      Change htaccess.txt to .htaccess.

      If it’s in a folder, you need to change the # RewriteBase / to reflect the path of your site.

      Change:

      # RewriteBase /

      to:

      RewriteBase /(the name of the folder joomla is in)

      If that doesn't work, search or post here:

      forum.joomla.org/viewforum.php?f=544

      If you are using a 3rd part component, contact the developer.
    • Thanks,
      jim
  • Re: How can I change the page address

    Posted 15 years 1 week ago
    • Thank you so much^^ :D

Time to create page: 0.076 seconds