I think this is related to URL-Rewriting but not sure
Posted: Sat Dec 08, 2007 12:56 pm
I am trying to build my personal website in my university webspace but because they are not offering mysql, I'm planning to install Joomla on my own server. People would be accessing my website as:
But my actual website will be stored at
I wanted to know if this is possible:
Whenever someone visits my personal page through the university link, all the links on my personal website should be relative links i.e. if someone wants to visit the about us page in my personal page it should be http://www.university-name.com/~username/about.html and whenever someone wants to visit through a direct link, anything is fine. There are only a few links on my website so even some manual solution will be appreciated. Is this possible?
Code: Select all
http://www.university-name.com/~usernameCode: Select all
http://www.mywebserver.com/personal/Whenever someone visits my personal page through the university link, all the links on my personal website should be relative links i.e. if someone wants to visit the about us page in my personal page it should be http://www.university-name.com/~username/about.html and whenever someone wants to visit through a direct link, anything is fine. There are only a few links on my website so even some manual solution will be appreciated. Is this possible?