Current Page: 1 of 1
Results 1 - 2 of 2
1 year ago
forestDean
The full .htaccess is: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{SERVER_PORT} 80 RewriteRule ^ []%{HTTP_HOST}%{REQUEST_URI} RewriteRule ^$ /current/ In httpd-vhosts.config, will: AllowOverride All enable the .htaccess for that specific directory?
Forum: WampServer English
1 year ago
forestDean
I have tested a website on VirtualHost with an index.htm & it works fine. When I install the full website with .htaccess I get: 'This site can’t be reached xxx refused to connect. ERR_CONNECTION_REFUSED' I edited httpd.config: <Directory /> # AllowOverride none # Require all denied # AllowOverride controls what directives may be placed in .htaccess files. # It can b
Forum: WampServer English
Current Page: 1 of 1