sukobuto/knockoutjs-doc-ja/master/docs/.htaccess - Htaccess File

sukobuto/knockoutjs-doc-ja/master/docs/.htaccess

RewriteEngine On

# rewrite for auto generating.
#  HTML生成済みの場合はHTMLファイルへルーティング
#  未生成の場合はPHPファイルへルーティング

# docs html auto generating.
RewriteBase /docs
RewriteRule (.php)|(.html)$ - [L,QSA]
RewriteRule ^$ introduction

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.+)$ $1.html [L,QSA]
RewriteRule ^(.+)$ document.php?identifier=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache