mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
291 B
ApacheConf
13 lines
291 B
ApacheConf
<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
|
|
|