Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options All +Indexes
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{SCRIPT_FILENAME} !-d
- RewriteCond %{SCRIPT_FILENAME} !-f
- RewriteRule ^(.*)$ index.php?path=$1
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment