Hi, I am attempting to set up an apache "Alias" that also has rewrite rules involved. Wondering if anyone can give me some assistance with this. I have set up an alias from the domain Like so Alias /folder/ "/var/www/vhosts/domain.com/httpdocs/folder/" which works just fine except that I have some rewrite rules in the "folder" like so... RewriteRule ^index.html$ index.php [L] It doesn't seem like apache is even reading my .htaccess file.... Hope that makes sense and is enough information. Thank you,
Issue Solved: The Aliased folder did not have AllowOverride All so it could not even read the .htaccess file and I added this to the .htaccess file and all is working RewriteBase /folder/