| Server IP : 64.223.137.62 / Your IP : 104.23.197.96 Web Server : Apache/2.4.52 (Ubuntu) System : Linux webserver9 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/sites-enabled/ |
Upload File : |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName cwalakestreet.com
ServerAlias www.cwalakestreet.com
DocumentRoot /var/www/cwalakestreet.com
<Directory /var/www/cwalakestreet.com>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Require all granted
</Directory>
# <Directory /var/www/cwalakestreet.com/wp-content>
# Options FollowSymLinks
# Require all granted
# </Directory>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =www.cwalakestreet.com [OR]
# RewriteCond %{SERVER_NAME} =cwalakestreet.com
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/cwalakestreet.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/cwalakestreet.com/privkey.pem
</VirtualHost>
</IfModule>
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName cwalakestreet.com
ServerAlias www.cwalakestreet.com
DocumentRoot /var/www/cwalakestreet.com
<Directory /var/www/cwalakestreet.com>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Require all granted
</Directory>
</VirtualHost>
</IfModule>
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName cwalakestreet.com
ServerAlias www.cwalakestreet.com
DocumentRoot /var/www/cwalakestreet.com
<Directory /var/www/cwalakestreet.com>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Require all granted
</Directory>
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =www.cwalakestreet.com [OR]
#RewriteCond %{SERVER_NAME} =cwalakestreet.com
#RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
</IfModule>