roblillack/php-liki-server/master/SAMPLE.htaccess - Htaccess File

roblillack/php-liki-server/master/SAMPLE.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteBase /liki
RewriteCond %{REQUEST_FILENAME} -f 
RewriteRule ^.*$ - [L]

RewriteRule ^([^/]*)/?$ liki.php?page=$1 [QSA]
RewriteRule ^([^/]*)/legacy/?$ liki.php?page=$1&legacymode=true [QSA]
RewriteRule ^permalink/([0-9]+)/?$ index.php?action=permalink&revision=$1 [QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache