stuffradio
03-20-2006, 03:36 AM
Ok,
I am beginning to understand this! I am still running in to problems though.
This is my current mod_rewrite code:
RewriteEngine On
RewriteRule ^blog/?$ /myblog.php?owner=$1/ [R]
I'm trying to make it so when you type in www.wuensche.ca/blog/stuffradio (http://www.wuensche.ca/blog/stuffradio)
it'll give you the same result as:
www.wuensche.ca/blog/myblog.php?owner=stuffradio (http://www.wuensche.ca/blog/myblog.php?owner=stuffradio)
How do I do this? Because that one doesn't work.
I am beginning to understand this! I am still running in to problems though.
This is my current mod_rewrite code:
RewriteEngine On
RewriteRule ^blog/?$ /myblog.php?owner=$1/ [R]
I'm trying to make it so when you type in www.wuensche.ca/blog/stuffradio (http://www.wuensche.ca/blog/stuffradio)
it'll give you the same result as:
www.wuensche.ca/blog/myblog.php?owner=stuffradio (http://www.wuensche.ca/blog/myblog.php?owner=stuffradio)
How do I do this? Because that one doesn't work.
