Преглед изворни кода

Hint .htaccess (#7153)

https://github.com/FreshRSS/FreshRSS/discussions/7145
Alexandre Alapetite пре 1 година
родитељ
комит
33cdfbb309
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      p/.htaccess

+ 4 - 0
p/.htaccess

@@ -1,3 +1,7 @@
+# If you need custom .htaccess rules, instead of modifying this file,
+# create one in `./i/.htaccess` (in particular for access control such as HTTP Basic Auth),
+# or in `../.htaccess` for other more general rules.
+
 <IfModule mod_dir.c>
 <IfModule mod_dir.c>
 	DirectoryIndex	index.php index.html
 	DirectoryIndex	index.php index.html
 </IfModule>
 </IfModule>