Jump to content

removing folders from url


squiblo

Recommended Posts

This is what my directories look like...

htdocs/

    - index.php

    - file.php

    - file2.php

    nav/

          - about.php

          - help.php

          - contact.php

 

I want to put a .htaccess file in the nav folder.

 

Currently if I view a file in the nav folder the url will look like, "http://localhost/nav/about.php" but I want the same content to be shown if the url was "http://localhost/about.php" (without the 'nav/').

 

Thanks

 

 

Link to comment
Share on other sites

This can't be done with a .htaccess file in the nav folder. The .htaccess file would have to be in the root folder and would have to redirect any request for /something.php to /nav/something.php. This will be quite difficult to manage if it needs to be dynamic, especially if you will have more than just the dav folder.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.