From: stephen@cubedesigners.com Date: Wed, 18 Sep 2019 10:46:26 +0000 (+0000) Subject: Done #3060 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6b7347dac6fdbd1b2c324b7da72d9f2adbf599b4;p=physioassist-wordpress.git Done #3060 @0.25 --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..61800294 --- /dev/null +++ b/.htaccess @@ -0,0 +1,13 @@ +Options -Indexes + +# BEGIN WordPress + +RewriteEngine On +RewriteBase / +RewriteRule ^index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /index.php [L] + + +# END WordPress