How to change url from index.html to prettier /home

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrfister
    New Member
    • Nov 2013
    • 2

    How to change url from index.html to prettier /home

    I am a beginner in website building and i would like to know a way to change the urls on my site that have extension .html and .php (for one form) into "prettier" structure, without .html extension, but something like /home or /gallery /contact
    etc...

    Many thanks for any answer!
  • Mukesh9023
    New Member
    • Nov 2013
    • 11

    #2
    you have to download htaccess file,but i am not sure??

    Comment

    • mrfister
      New Member
      • Nov 2013
      • 2

      #3
      Ah, so i have to use htaccess and write redirects, i will look into it, thanks for the hint!

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        essentially, it depends on what server you use. for most classical servers the above said holds true. but for instance a JavaScript server (Node.js) has somewhat built it in.

        Comment

        • Exequiel
          Contributor
          • Jul 2012
          • 288

          #5
          you can use codeigniter for that kind of problem, you can visit this site http://ellislab.com/codeigniter to dowload it and this http://ellislab.com/codeigniter/user-guide/ for its user-guide. . .

          Comment

          • sudhakar1
            New Member
            • Jan 2014
            • 15

            #6
            Hi,
            If you want to change the .html extension mean you just set the sh404sef plugin other then you edit this .htaccess file cide

            Comment

            Working...