489495df
Path : /home3/mandnweb/www/ |
Current < : /home3/mandnweb/www/.htaccess |
RewriteCond %{HTTP_HOST} mandnweb.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://mandnweb.com/$1 [R,L] RewriteOptions inherit RewriteEngine on Header set content-Security-Policy: upgrade-insecure-requests <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On RewriteCond %{REQUEST_URI} !^/image-editor RewriteRule ^(.*)$ public/$1 [L] #RewriteEngine On #RewriteBase / #RewriteCond %{REQUEST_URI} !^public #RewriteRule ^(.*)$ public/$1 [L] #RewriteRule ^(.*)$ /$1 [L] #RewriteRule ^(tester) - [L] #RewriteRule ^tester($|/) - [L] #RewriteCond %{REQUEST_URI} !^/tester #RewriteRule ^(.*)/$ /$1 [L,R=301] </IfModule> # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php82” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit