489495df MSV FM

MSV FM

Path : /home3/mandnweb/www/
File Upload :
Current < : /home3/mandnweb/www/.htaccess.phpupgrader.eac102d8

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-php80” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php80___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
mandnweb@162.241.194.38: ~ $