The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm trying to modify a .htaccess file so that if a user goes to admin/login, they see the page that's normally available at /user, but with the admin/login url. Is that possible? People who go to /user should see the normal page without a changed url.
Any reason why you aren't doing this at the application level? Perhaps I don't quite understand the question, but usually for user permissions you need to use cookies which shouldn't/can't(as far as I know) be redirected via htaccess.
I think you can redirect based on the presence of a cookie, but it does sound wrong and woefully incomplete (you're still going to want to do deeper inspection of the cookie on the application side), doesn't it.
On the other hand, I don't know that what the OP is asking for isn't for something like an IP address based check.
End on
I wish that someway, somehow, that I could save every one of us
Posts
(I'm curious about the "why" of this though. I'm not sure this is a problem that mod_rewrite should be handling)
On the other hand, I don't know that what the OP is asking for isn't for something like an IP address based check.