Forum Moderators: phranque
Alias /folder /usr/public/x/folder/index.php
My only concern is that I'm going to have multiple installations of this software, which would require me to put similar lines in multiple times:
Alias /folder /usr/public/x/folder/index.php
Alias /folder /usr/public/y/folder/index.php
Alias /folder /usr/public/z/folder/index.php
I'm new to modifying the httpd.conf file, it seems similar to my .htaccess file. I'm making some type of rewrite rule, and if it were my .htaccess file, I'd be concerned that the /folder folder was pointing to 3 different places.
Should I be concerned?