Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:03, 28 August 2022 Kangtain talk contribs created page MediaWiki:Contoh htaccess (Created page with "<syntaxhighlight lang="shell"> # +-----------------------------------------------------------------------+ # UNTUK INDEX DI /W PENCARIAN BERFUNGSI # +-----------------------------------------------------------------------+ RewriteEngine On RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L] RewriteRule ^/?$ %{DOCUMENT_ROOT}/w/index.php [L] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d RewriteRule ^/?w/images/thumb/...")