| Current Path : /proc/thread-self/root/etc/apache2/sites-enabled/ |
| Current File : //proc/thread-self/root/etc/apache2/sites-enabled/yourconfidencecode.com.conf |
<VirtualHost *:80>
DocumentRoot "/var/www/wordpress/yourconfidencecode.com"
ServerName www.yourconfidencecode.com
ServerAlias yourconfidencecode.com
<Directory "/var/www/wordpress/yourconfidencecode.com">
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteRule ^ https://www.yourconfidencecode.com%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
;?>)