Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other .htaccess url’s

  • This topic is empty.
Viewing 15 posts - 31 through 45 (of 46 total)
  • Author
    Posts
  • #86974
    Gwidaz
    Member

    Ok,now i felt like idiot..

    Ok so what im doing is:

    1.I copy this code below and paste into htaccess

    RewriteEngine On
    RewriteRule ^about(/?)$ /page/about.php [NC,L]

    2. Puting htaccess into root directory
    3.Going to footer file and then set a href=”page/about.php”

    Tell me if im doing smth wrong again..

    #86975
    chrisburton
    Participant

    @Gwidaz – Almost. Do the following

    1. Copy

    RewriteEngine On
    RewriteRule ^about(/?)$ /page/about.php [NC,L]

    2. Paste in your .htaccess file

    3. Put .htaccess file in the root directory

    4. Link to the page as sitename.com/about

    #86976
    Gwidaz
    Member

    Finally!!!! Thanks man a lot for your patiance!!

    There you go..sorted..I think we need to put this easy lesson for everybody in category SNIPPETS? What you think?

    #86977
    chrisburton
    Participant

    Glad you got it working. I’ll ask to submit it

    #86978
    Gwidaz
    Member

    Good job!

    #86979
    Gwidaz
    Member

    Oh,btw..There is still error if you pressing same link twice..

    In my website is footer with all these links (about,faq..atc) and then i pressed about
    i have

    myveb.com/about/

    and if i will press it again i got

    myweb.com/about/about/

    #86980
    chrisburton
    Participant

    How are you able to click the link more than once without it going to a different page?

    Do you have another .htaccess file in the root directory?

    #86981
    Gwidaz
    Member

    No..You see if im going to about page i have same footer anyway,so i can click that about again and if im clicking that twice i get added about/ again in my url..

    #86982
    chrisburton
    Participant

    I’m not getting that issue. Are you using WordPress?

    #86983
    Gwidaz
    Member

    No..well maybe problem is that im including footer to all files (about,faq atc)?

    #86984
    chrisburton
    Participant

    Paste your footer

    #86985
    Gwidaz
    Member
    #86986
    chrisburton
    Participant

    Although I do not agree with your markup, try this

    #86987
    Gwidaz
    Member

    Thanks man,thats just brilliant right now! :)

    #86988
    chrisburton
    Participant

    Everything works?

Viewing 15 posts - 31 through 45 (of 46 total)
  • The forum ‘Other’ is closed to new topics and replies.