By larryjhs on
I keep forgetting how to do this with my low skill level.
www.mydomain.com/subdomain/all the nodes here.
I want it to come out as www.subdomain.com/ all the notes
I can't remember where this is to be changed--settings file? htaccess?
Thanks
Comments
If I understand what you want
If I understand what you want to do corretly, it is Apache's virtual hosts file that needs to be changed.
In Ubuntu this file (or actually a symlink to the file, but it behaves as a file) is located in /etc/apache2/sites-enabled/000-default
After adding your subdomains there, you need to restart apache, which in Ubuntu is done as:
or