Custom Page Url's

Hello we are looking to make a website with a custom url structure

We would like the pages to have the structure of e.g. http://xxxxxxx.co.uk/index.php?p=faq

I wasnt too sure if this was doable or even the php type thing to look it up in the php manual,

Any sort of help would be appreciated so i can build on this and start to learn about it

thankyou

Yes, that can be achieved in many ways.

You can easily manipulate your url structure through htaccess rewrite rules.

If you need instant help, you are free to contact me on gtalk. ID is [email protected]

Yes, that’s always possible. sarthakpatel is right, you can rewrite your URL in many ways and one of the simplest method is .htaccess rewrite rules.

But if you’re not comfortable with .htaccess, you can use CodeIgniter to simplify the rewriting process.

Sponsor our Newsletter | Privacy Policy | Terms of Service