Results 1 to 4 of 4

Thread: Extensions In Urls

  1. #1
    Join Date
    Oct 2008
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Extensions In Urls

    I have a website similar to mypage.net. Currently i have it so when people go to mypage.net it brings them to mypage.net/home.php.

    Im interested in what i can search for to learn the process of removing that home.php and making mypage.net display the same information that is on home.php.

    Also, for subpages like mypage.net/about.php, getting those to just say mypage.net/about

    Thanks for the advice!

  2. #2
    Join Date
    Jul 2009
    Location
    Cleveland, OH
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I guess you could place each separate page in its own subdirectory and have them all be "mypage.net/[category]/index.php". As long as your server is configured to find the default page, all they'll have to type is "mypage.net/[category]"

  3. #3
    Join Date
    Oct 2008
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I cant try to do this right now im at work, i will try when i get home.

    I will still be able to pass variables using get and post and in urls, correct?

  4. #4
    Join Date
    Jul 2009
    Location
    Cleveland, OH
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Everything should work just fine as long as you correctly specify your paths

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
  •