Jump to content

Recommended Posts

Hi,

I have recently moved from Windows Servers to Linux and am trying to get the Pretty URL's and have managed to get it from:
 


I would like to get it to retrieve the actual name of the page rather than the ID number of the page for example
 


The code I am currently using is below and my sites are hosted on 1&1 if that helps at all:

 

RewriteEngine on 
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ page.php?id=$1 [L,QSA]

I am new to this and have tried reading up on it but can't seem to get any further and am banging my head against a wall!

Thankyou for anyhelp :)

Kind Regards
Joe

Edited by gibson98
Link to comment
https://forums.phpfreaks.com/topic/305730-url-rewrite-help-please/
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.