MyBB Community Forums

Full Version: mod_rewrite help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm hoping frostschutz will help me with this Toungue

I'm following a tutorial on the internet, and this is what I'm trying to use...

RewriteEngine on
RewriteRule ^page/([^\.]+)/?$ page.php?id=$1 [L]

... but I just get a 404 Huh
Can you give example(s) of the URL(s) you want to rewrite?

What's the URL, and the expected Rewrite?
It's currently page.php?id=X and I'd like /page/X/, which is, if I'm understanding correctly, what it should be doing Undecided
Yes, it does that...

Most likely you wanted [^/.] instead of [^\.]
Bah, seems it was something to do with a subdomain.

Thanks for the help Heart