diff options
-rw-r--r-- | localwebsite/htdocs/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/localwebsite/htdocs/.htaccess b/localwebsite/htdocs/.htaccess new file mode 100644 index 0000000..c18b135 --- /dev/null +++ b/localwebsite/htdocs/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine on + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_URI} !=/server-status +RewriteRule ^.*$ /index.php [L,QSA] |