Jump to content

hiding url with htaccess help plz


Lovac

Recommended Posts

Simple answer is you don't. You change all the links on your site then configure .htaccess files to understand the new URIs and translate them to actual URLs. Since 'start' and 'about' are not indicated in the current URL at all it won't be especially simple. The first step is to update your system so that it uses page=start, page=about rather than the numbers, otherwise you will have to use the number in your URL or do some searching on arrival at the page.

 

Once you have done that, simply change where you output URLs to the new format and use a .htaccess file something along these lines...

 

RewriteCond %{REQUEST_URL} !-f
RewriteCond %{REQUEST_URL} !-d
RewriteRule ^([^/]*)$ /index.php?page=$1

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.