RewriteOptions inherit
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
ExpiresActive On
ExpiresDefault "access plus 1 years"
ExpiresByType text/css "access plus 2 week"
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType image/jpg "access plus 1 years"
ExpiresByType image/jpeg "access plus 1 years"
ExpiresByType image/png "access plus 1 years"
ExpiresByType image/gif "access plus 1 years"
ExpiresByType image/svg+xml "access plus 1 years"
AddType image/ico .ico
ExpiresByType image/ico "access plus 1 years"
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit
RewriteCond %{HTTP_HOST} ^saidounea25\.5cloudhost\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.saidounea25\.5cloudhost\.com$
RewriteRule ^/?$ "https\:\/\/dzfast\.net\/" [R=301,L]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^dzfast\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.dzfast\.com$
RewriteRule ^/?$ "https\:\/\/dzfast\.com\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^dzfast\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.dzfast\.net$
RewriteRule ^public_html$ "https\:\/\/dzfast\.net\/" [R=301,L]