12 Commits

Author SHA1 Message Date
Luca
fabb902452 Added a trailing / to evade an error
Added the trailing / after index.php to evade an internal server error on the Uberspace Apache installation were the lack of this broke the site, it internally replaced the URL-Path contents e.g. with index.phpadmin/ which won't work.

Also added a rule to make this folder our DocumentRoot, since this site is mostly run under domains/subdomains.

May be an issue related to my RedirectRule from HTTP to HTTPS placed in all DocumentRoots:

#RewriteCond %{HTTPS} !=on
#RewriteCond %{ENV:HTTPS} !=on
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
2017-04-03 12:53:20 +02:00
Anaggh Sreenath
bdd594da0c Fix Security issue
Deny access to bl-content directory txt files instead of content
directory txt files.
2016-01-26 19:11:31 +05:30
dignajar
125f66861c remove directoryslash 2016-01-19 19:43:05 -03:00
dignajar
26b1ee0cec Bug fixed on paginator for tags 2016-01-16 21:11:58 -03:00
dignajar
afb4fc685b PATH_THEME_PHP constant 2015-09-16 22:21:23 -03:00
dignajar
e76e92bf98 Bug fixes 2015-06-30 00:23:29 -03:00
dignajar
69e1de657e URL rewrite module 2015-06-23 01:20:19 -03:00
Diego Najar
394468a845 New features 2015-05-18 23:22:05 +00:00
Diego Najar
a64d7c6370 New features 2015-05-05 01:00:01 +00:00
Diego Najar
df95f7364f New features 2015-03-27 01:00:01 +00:00
Diego Najar
b3c8f15363 New features 2015-03-10 15:39:04 +00:00
Diego Najar
739bbb8ac2 mac 2015-03-08 14:42:27 -03:00