Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2010-09-22 16:55:53
- helmz
- Member
- Registered: 2010-09-14
- Posts: 65
Re: Redirect www.mysite.com/admin
omg, maybe when i said that it wasnt working was not uploaded at all… ok guys helped me a lot, will use it :)
Thanks.
Offline
#14 2010-09-22 16:59:02
- helmz
- Member
- Registered: 2010-09-14
- Posts: 65
Re: Redirect www.mysite.com/admin
Ok… the problem was that i tryed with /admin, and its /admin/ .. thank you mate
Offline
Re: Redirect www.mysite.com/admin
Just in case : if you experiment problems, especially with parameters, you can also try
RewriteRule ^admin/(.*) http://myhost.com/textpattern/$1 [QSA,R=301,L]
The QSA parameter stands for Query String Append and lets you pass (append) GET parameters to your rewritten URL.
Offline
#16 2010-09-24 13:47:16
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Redirect www.mysite.com/admin
helmz or mods/admins: please rename the thread so other people can see what it’s good for, e.g. “Redirect to www.mysite.com/admin”
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#17 2010-09-24 14:11:13
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Redirect www.mysite.com/admin
uli wrote:
helmz or mods/admins: please rename the thread so other people can see what it’s good for, e.g. “Redirect to www.mysite.com/admin”
Done :)
Offline