This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule rewrite_module> | |
#OR<IfModule mod_rewrite.c> | |
#OR<IfModule mod_rewrite.so> | |
# according to apache-documentation, followsymlinks is needed for mod_rewrite | |
Options +FollowSymLinks | |
# Enable the RewriteEngine | |
RewriteEngine On | |
# if needed add(/uncomment) the following: | |
#RewriteBase /path/to/file/to/be/found/ | |
# check if the request is not an existing file |
NewerOlder