Hello,
Tried search here but no luck, perhaps asked with wrong keywords.
Have trial version installed, moving website from apache. Found that .htaccess is ignored completely: added "blablah" at the very top of the file and see no errors either in vhost logs or the server log at all.
Vhost=>general=>HT access set to Allow Override: options and Access File Name .htaccess
Vhost=>rewrite=>Rewrite Control:
The only log message higher than 'notice' in the server log is 'Warning: Redirect destination does not specified, ignore!' but it can be related to another vhost, have no idea how to check.
So, how can I enable htaccess parsing?
Also, could anyone confirm htaccess will work without modifications assuming it works on apache? It's quite complicated and I hope drop-in apache replacement can handle it well.
Thank you.
Tried search here but no luck, perhaps asked with wrong keywords.
Have trial version installed, moving website from apache. Found that .htaccess is ignored completely: added "blablah" at the very top of the file and see no errors either in vhost logs or the server log at all.
Vhost=>general=>HT access set to Allow Override: options and Access File Name .htaccess
Vhost=>rewrite=>Rewrite Control:
Code:
Enable Rewrite: yes
Log Level 9
So, how can I enable htaccess parsing?
Also, could anyone confirm htaccess will work without modifications assuming it works on apache? It's quite complicated and I hope drop-in apache replacement can handle it well.
Thank you.
Last edited by a moderator: