Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: http handler? |
|
Author |
|
aishwar
Joined: 30 Sep 2006 Posts: 1
|
Posted: Sat 30 Sep '06 20:48 Post subject: http handler? |
|
|
Hi guys,
I am new to Apache server and PHP. This is what I want to do,
when some one comes to my website, and types. www.mysite.com/test.php,
the server actually directs their request to www.mysite.com/pages/test.php. The user doesn't see this new address, but is shown that page.
Not just for this page, but for any page it takes them to /pages/ directory. How would I do this?
Thank you for your help. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 19 Oct '06 9:43 Post subject: |
|
|
You can use mod_rewrite |
|
Back to top |
|
|
|
|
|
|