RewriteEngine On
 
# Installation directory
# RewriteBase /
 
# Protect application and system files from being viewed
# RewriteRule ^(application|modules|system) - [F,L]
 
# On some servers is necessary to set FollowSymlinks to run mod_rewrite rules, esp. for win servers
# Options +FollowSymlinks
 
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?q=$1 [QSA,L]
 
basic_url_redirection.txt · Last modified: 2009/07/02 00:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki