T
thundercon787
Guest
Hello there.. I'm having some difficulties with this..I'm a webhosting provider that does servers and colocated spaces etc.. I'm trying to do redirects for a customer of mine.on his server..and its probably a stupid thing i'm doing so guys don't laugh too hard...
Here's the scoup... I'm running plesk 7.5 reloaded on fedora core 2 os...
I'm trying to redirect the https://domainname.com:8443 ...
so that when my customer does this...or any of his..
http://domainname.com/control
it will take them to the above https control panel login screen
I deal with alot of customers who like everything simplified..
here is what i have tried so far..
[root@web vhosts]# cd yourwebhosters.com
[root@web yourwebhosters.com]# cd httpdocs
[root@web httpdocs]# ls -al
total 16
drwxr-x--- 3 grubei1111 psaserv 4096 Jan 22 00:21 .
drwxr-xr-x 19 root root 4096 Jan 22 00:21 ..
-rwxr-xr-x 1 grubei1111 psacln 616 Jan 22 00:21 index.html
drwxr-xr-x 2 grubei1111 psacln 4096 Jan 22 00:21 picture_library
[root@web httpdocs]# "su grubei1111;echo "Redirect /control https://www.yourwebhosters.com:8443" >> .htaccess;exit;"
-bash: su grubei1111;echo Redirect: command not found
[root@web httpdocs]#
and after that i was going to chown the user:group .htaccess file to his credentials...
I can do the same command string on a cobalt box... but whenit comes to plesk it doesn't work...
I am also running some microsoft dns servers for him.. (thats what this customer wanted) so if you guys think i can do it via that much easier please let me know..
please email me... mtraynor@thundercon.com etc.. thanx
-Mike
Here's the scoup... I'm running plesk 7.5 reloaded on fedora core 2 os...
I'm trying to redirect the https://domainname.com:8443 ...
so that when my customer does this...or any of his..
http://domainname.com/control
it will take them to the above https control panel login screen
I deal with alot of customers who like everything simplified..
here is what i have tried so far..
[root@web vhosts]# cd yourwebhosters.com
[root@web yourwebhosters.com]# cd httpdocs
[root@web httpdocs]# ls -al
total 16
drwxr-x--- 3 grubei1111 psaserv 4096 Jan 22 00:21 .
drwxr-xr-x 19 root root 4096 Jan 22 00:21 ..
-rwxr-xr-x 1 grubei1111 psacln 616 Jan 22 00:21 index.html
drwxr-xr-x 2 grubei1111 psacln 4096 Jan 22 00:21 picture_library
[root@web httpdocs]# "su grubei1111;echo "Redirect /control https://www.yourwebhosters.com:8443" >> .htaccess;exit;"
-bash: su grubei1111;echo Redirect: command not found
[root@web httpdocs]#
and after that i was going to chown the user:group .htaccess file to his credentials...
I can do the same command string on a cobalt box... but whenit comes to plesk it doesn't work...
I am also running some microsoft dns servers for him.. (thats what this customer wanted) so if you guys think i can do it via that much easier please let me know..
please email me... mtraynor@thundercon.com etc.. thanx
-Mike