diff --git a/.gitignore b/.gitignore index 87e86b9..a47baaa 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ _modules/* /results/ /phpunit*.xml +/public/.htaccess diff --git a/public/.htaccess b/public/.htaccess index 49a7343..6740269 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -15,7 +15,7 @@ Options -Indexes # change the following line to match the subfolder you need. # http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase # RewriteBase / - RewriteBase /cmod/ + # RewriteBase /cmod/ # Redirect Trailing Slashes... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$