HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux essellent.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: www-data (33)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: //etc/apache2/sites-available/estimate.essellent.com.conf
<VirtualHost *:80>
    ServerName estimate.essellent.com
    ServerAlias www.estimate.essellent.com
    DocumentRoot /var/www/html/essellent/estimate/

<Directory "/var/www/html/esselent/estimate/">
    DirectoryIndex index.php index.html
    Options -Indexes +FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

   # RewriteEngine On
   # RewriteCond %{HTTPS} !=on
   # RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

    ErrorLog ${APACHE_LOG_DIR}/estimate.essellent_error.log
    CustomLog ${APACHE_LOG_DIR}/estimate.essellent_access.log combined
</VirtualHost>
<VirtualHost *:443>
    ServerName estimate.essellent.com
    ServerAlias www.estimate.essellent
    DocumentRoot /var/www/html/essellent/estimate/

<Directory "/var/www/html/essellent/estimate/">
    DirectoryIndex index.php index.html
    Options -Indexes +FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

    ErrorLog ${APACHE_LOG_DIR}/estimate.essellent_error.log
    CustomLog ${APACHE_LOG_DIR}/estimate.essellent_access.log combined

</VirtualHost>