| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jul 2004
Lives in California, USA
Hosted on Sonet
19 posts
Gave thanks: 3
Thanked 0 times
|
mod_rewrite trouble...
Okay, I'm new to the mod_rewrite thing and I need some help.
I've successfully redirected my dynamic pages to static addresses using rules like this: Code:
RewriteRule ^index\.html$ index.php?id=1 Code:
RewriteRule ^index\.php?id=1$ index.html [R=301] |
|
|
|