Results 1 to 4 of 4

Thread: URL rewrite

  1. #1
    Join Date
    May 2010
    Location
    Sacramento, CA
    Posts
    91
    Thanks
    23
    Thanked 2 Times in 2 Posts

    Default URL rewrite

    Hello everyone, I figured this would be the correct forum to post in but if i'm incorrect please advise and i'll remove my post.

    I am designing a site with several DIR paths and would like to change is the ability for users to see the entire URL ie:

    From: www.site.com/dir/dir/dir/file.php

    To: www.site.com/

    I understand this will not be search engine friendly and not allow users to create bookmarks but that is not my concern.

    Thank you all for any input~

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    how do you expect users to navigate to different pages if you don't allow them to enter different URLs?

    As you admit, this is generally a bad idea for usability reasons.

    However, you could do it by making the entire site a single page, and use javascript (AJAX) to load different content. You might start here, and DD has a dynamic ajax content script as well.

  3. The Following User Says Thank You to traq For This Useful Post:

    crobinson42 (01-07-2012)

  4. #3
    Join Date
    May 2010
    Location
    Sacramento, CA
    Posts
    91
    Thanks
    23
    Thanked 2 Times in 2 Posts

    Red face Solved

    I ended up using iframes with no borders for a clean look. The ajax is a bit confusing for me, i'll try another shot at that in the future thanks for the input

  5. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    I'm sorry to hear that - I'm glad your immediate problem is solved, but frames are a very poor practice overall. From your original post, I'm sure you're aware of that, so I won't hound you about it. I would be happy to help you learn to work with Ajax, if you decide to give that a try.

    Best of luck.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •