Re: re-write URLs
Hm, try just this then:
RewriteEngine on
RewriteRule ^/registration/register$ /?L=registration.register [L]
The first parameter is the URL the user is entering, after the domain name, and the second parameter is what that URL gets converted to.
__________________
The best way to learn anything, is to question everything.
|