|
Posted by joelbyrd on 03/02/06 20:29
Oh! Duh! Yes, of course - that makes perfect sense. I guess the only
reason I was thinking about using an intermediary redirect page was to
do any other pre-processing that might be necessary. For example, if
the "name" is "admin", then I would have the redirect page redirect the
user to the actual admin folder since in this case, this is not a
user's profile page, but an administrator trying to access the backend.
But, I guess this should probably be done using a RewriteCond?
Something like:
RewriteCond %{REQUEST_URI} !^admin.*$
Or something like that (I'm not too familiar with the syntax, although
I am somewhat familiar with regular expressions).
Navigation:
[Reply to this message]
|