489495df MSV FM

MSV FM

Path : /home3/mandnweb/public_html/
File Upload :
Current < : /home3/mandnweb/public_html/.htaccess.phpupgrader.3fe24e64

<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-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

mandnweb@162.241.194.38: ~ $