Author
|
zPlus <zplus@peers.community>
2017-09-04 11:05:24
|
Committer
|
zPlus <zplus@peers.community>
2017-09-04 11:05:24
|
Commit
|
fd84378
(patch)
|
Tree
|
7a6e430
|
Parent(s)
|
|
.htaccess: Remove new line
commits diff:
09f6a03..fd84378
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M .htaccess
51
|
51
|
|
# We only want to let Apache serve files and not directories.
|
52
|
52
|
|
RewriteCond %{REQUEST_FILENAME} -f
|
53
|
53
|
|
RewriteRule .? - [L]
|
54
|
|
- |
</IfModule> |
54
|
|
> |
\ No newline at end of file
|
|
54
|
+ |
</IfModule>
|