Quick mod_rewrite question
Would someone please help me with a mod_rewrite in an .htaccess file? I can get mod_rewrite to work from file to file, but I'm having a problem with the following.Here's what I'm trying to do. When someone types in
https://mydomain.com/ssl/form.html
I want it to go to
https://servername.host.net/~myusername/ssl/form.html
...but want the location in the go box to show
https://mydomain.com
They are on the same server, and are the same file.
I hope I explained that OK.
