Current Page: 1 of 1
Results 1 - 1 of 1
16 years ago
pete_ngo
The way to apply SSL to a particular subdirectory I used is modified the httpd-vhosts.conf like that (Redirect) <VirtualHost *:80> ServerAdmin admin@localhost DocumentRoot "C:/wamp/www/" ServerName MyName:80 ErrorLog "C:/wamp/logs/error.log" TransferLog "C:/wamp/logs/access.log" Redirect permanent /SUBDIR </VirtualHost>
Forum: WampServer English
Current Page: 1 of 1