SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Thread: problem with mod_rewrite?
-
Oct 26, 2008, 17:02 #1
- Join Date
- Apr 2003
- Location
- Washington, DC
- Posts
- 158
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
problem with mod_rewrite?
I have an array which I've serialized. When I run the query I echo it out unserialized and then encode part of it for use in a URL... however when I was cleaning up the URLs with mod_rewrite it stopped working. It doesn't produce any errors... it just doesn't work.
I'm not the best with this sort of thing so I'm guessing it has to do with this. Any suggestions?
Code:RewriteRule ^search/([A-Za-z]+)/([^a-zA-Z0-9\+\_s])/?$ index.php?page=search&type=$1&category=$2 [L]
Bookmarks