mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<ifModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule \.svn/ - [F]
|
||||
RewriteCond %{QUERY_STRING} ^(.+)$
|
||||
RewriteRule ^(.*)forums/$ $1forums.php?action=viewtopic&%1 [L]
|
||||
|
||||
RewriteRule ^(.*)forums/$ $1forums.php?action=viewtopic
|
||||
</ifModule>
|
||||
Options FollowSymLinks
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
||||
Reference in New Issue
Block a user