diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | core/ws-apache.conf (renamed from .htaccess) | 6 | ||||
-rw-r--r-- | core/ws-nginx.conf (renamed from .ht-nginx) | 0 |
3 files changed, 1 insertions, 6 deletions
@@ -1,4 +1,5 @@ /.idea/ +/.htaccess /static/ *.js.map *.css.map diff --git a/.htaccess b/core/ws-apache.conf index 55c32d3..e7b0e10 100644 --- a/.htaccess +++ b/core/ws-apache.conf @@ -11,12 +11,6 @@ # # # AllowOverride None # # # -# NOTICE: If you decide to include these rules directly into the Apache config # -# and want to set AllowOverride to something other than "None", it might cause # -# trouble with this .htaccess file which might contain rules that are not per- # -# mitted by your custom AllowOverride setting in the server config. You should # -# rename (or delete) this file to prevent Apache from parsing it in that case! # -# # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# #=============================================================================== diff --git a/.ht-nginx b/core/ws-nginx.conf index 45bda6a..45bda6a 100644 --- a/.ht-nginx +++ b/core/ws-nginx.conf |