 |
 |
 |
|
 |
 |
Change the look of the site by selecting a theme below: |
|
 |
 |
 |
|
 |
 |
|
Don't have an account yet? Sign up as a New User
|
|
|
| Authored by: DaveF on Monday, September 06 2004 @ 11:23 AM CDT |
Just to clarify, I do have the module installed and enabled:
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
I wish it were as simple as me overlooking that. :([ Reply to This ]
|
|
| Authored by: dcook32p on Monday, September 06 2004 @ 07:14 PM CDT |
I don't know too much about it, but the documentation says it should be 'pattern' and then 'substitution'. Looks like you have it backwards... I don't know about the rest of it.
---
Dustin D. Cook, A+
dcook32p@htcomp.net[ Reply to This ]
|
|
| Authored by: SteveD on Monday, September 06 2004 @ 09:01 PM CDT |
Try changing the param name to article.php in the substitution to "story" instead of "id":
RewriteRule ^/article/([0-9]+)$ /article.php?story?=$1 [NC,L]
That might be the only problem. Your regular expression appears to be OK. [ Reply to This ]
|
|
|
|
|
|
 |
 |
 |
|
 |
 |
| Click on any day to see postings and events for that date. | | |
|
 |
 |
 |
|
 |
 |
| Click here for a list of all the entries on this site
|
|
|