Waspman
Posts: 948
|
| Posted: 07/23/2010, 2:44 AM |
|
Ok I'm trying to get to grips with mod_rewrite, but here's the question.
The page elements on the page get data based on a url parameter a=something.
when the url is made friendly it becomes /a/something.
My elements see no url parameter therefore show no data.
What am I missing?
_________________
http://www.waspmedia.co.uk |
 |
 |
Waspman
Posts: 948
|
| Posted: 07/23/2010, 11:08 AM |
|
Sussed it. Miss-understood how mod_rewrite worked.
You pass a clean url and associate it with the actual url. It doesn't clean dirty url's!!!
Silly me:)
_________________
http://www.waspmedia.co.uk |
 |
 |
|