Multisite subdirectory and alias
-
Hi
I installed a multisite network base on a subdirectory (called “masterdir” in this example) and it works great!http://www.domain.com/masterdir/site1
http://www.domain.com/masterdir/site2
[…]I created an alias (called “analias” in this example) into the apache conf for the url leads to the same place :
http://www.domain.com/analias/site1
http://www.domain.com/analias/site2Apache conf:
Alias /analias /var/www/masterdir
<Directory /var/www/masterdir>
[…]
</ Directory>All this working, css and first level menu are ok but I have a 404 error when I navigate through my pages. Is it possible to run an alias with a multisite installation ?
thank you very much
The topic ‘Multisite subdirectory and alias’ is closed to new replies.