**以前のリビジョンの文書です**

このサイトの.htaccess

<Files ~ "^[\._]ht">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

RewriteEngine on
RewriteBase /doku


RewriteCond %{HTTPS} !on
RewriteCond %{QUERY_STRING} do=(log|profile|admin)
RewriteRule ^(.*)$ https://www.ainoniwa.net/doku/$1 [R,QSA,L]

RewriteCond %{HTTPS} on
RewriteCond %{QUERY_STRING} !do=(log|profile|admin)
RewriteRule ^(.*)$ http://www.ainoniwa.net/doku/$1 [R,QSA,L]

RewriteCond %{HTTP_HOST} ^(ainoniwa\.net)(:80)? [NC]
RewriteRule ^(.*)$ http://www.ainoniwa.net/doku/$1 [R=301,L]

RewriteRule ^$                        doku.php  [L]
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteCond %{REQUEST_FILENAME}       !-d
RewriteRule (.*)                      doku.php?id=$1  [QSA,L]

RewriteCond %{THE_REQUEST} ^.*/doku.php
RewriteRule ^(.*)doku.php$ http://%{HTTP_HOST}/doku/$1 [R=301,L]
web/dokuwiki/htaccess.1271942309.txt.gz · 最終更新: 2010/05/22 17:40 (外部編集)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0