Answer the question
In order to leave comments, you need to log in
Why is RewriteEngine not working in apache?
I use this code in site-enabled
<VirtualHost *:80>
ServerName site.net
ServerAdmin [email protected]
DocumentRoot /var/www/site
ServerAlias *.site.net
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.site.net$
RewriteCond %{HTTP_HOST} ^((.*)\.)site.net$
RewriteRule ^/(.*) /%2/$1
</VirtualHost>
Cannot access site
The DNS address of the dev.site.net server could not be found.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question