Skip to content

Commit a915325

Browse files
author
Kiril Kirkov
committed
bug fix in public preview pages
1 parent 58d81fa commit a915325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
RewriteEngine on
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule .*public/hash/(.*) _html_parts/wiki/public_preview.php?hash=$1 [L]
5+
26
RewriteCond %{REQUEST_FILENAME} !-f
37
RewriteCond %{REQUEST_FILENAME} !-d
48
RewriteRule ([a-zA-Z]+) index.php?page=$1 [L,QSA]

0 commit comments

Comments
 (0)