| Current Path : /proc/thread-self/root/proc/self/root/home/i446698/public_html/seughtunghdyyshry/qr/ |
| Current File : //proc/thread-self/root/proc/self/root/home/i446698/public_html/seughtunghdyyshry/qr/.htaccess |
RewriteEngine On
# Skip if the request is for an existing file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite requests without .php extension to the corresponding .php file
RewriteRule ^([^/]+)$ $1.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]