diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9569d6f --- /dev/null +++ b/.htaccess @@ -0,0 +1,15 @@ + +# BEGIN WordPress +# The directives (lines) between `BEGIN WordPress` and `END WordPress` are +# dynamically generated, and should only be modified via WordPress filters. +# Any changes to the directives between these markers will be overwritten. + +RewriteEngine On +RewriteBase /Eduocity/ +RewriteRule ^index\.php$ - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule . /Eduocity/index.php [L] + + +# END WordPress \ No newline at end of file