conf file:
<VirtualHost *:27010>
DocumentRoot /var/www/test/public_html
<Directory /vaw/www/test/public_html>
AllowOverride ALL
</Directory>
</VirtualHost>
ports:
Listen 27010
/var/www/test/public_html/.htaccess
:
RewriteEngine on
gives error:
/var/www/test/public_html/.htaccess: RewriteEngine not allowed here
Please help. Tried restarting, tried a2ensite, a2enmod