• File: .htaccess.save.1
  • Full Path: /var/www/paytek-africa.com/.htaccess.save.1
  • Date Modified: 02/24/2022 5:41 PM
  • File size: 211 bytes
  • MIME-type: text/plain
  • Charset: utf-8

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>