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: mod_rewrite perblem |
|
Author |
|
hanpedro
Joined: 22 Apr 2007 Posts: 4
|
Posted: Tue 06 Nov '07 9:33 Post subject: mod_rewrite perblem |
|
|
mod_rewrite perblem
--------------------------------------------------------------------------------
I want to have two urls on this code at one account:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)$ test_a/index\.php\?gr_id=$1
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)$ test_b/index\.php\?gr_id=$1
</IfModule>
But this code is not working.
Let me know how can I make this work ? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 07 Nov '07 15:33 Post subject: |
|
|
What is not working? Error message in the error log?
Sure that you load mod_rewrite in httpd.conf? |
|
Back to top |
|
|
|
|
|
|