- #BEGIN Short URL
- #<IfModule mod_rewrite.c>
- RewriteEngine On
- Options +FollowSymLinks
- RewriteCond %{SCRIPT_FILENAME} !-d
- RewriteCond %{SCRIPT_FILENAME} !-f
- #RewriteBase /
- RewriteCond %{REQUEST_URI} ^/([^/]+)/?$ [NC]
- RewriteRule .* s2u.php?c=%1 [L]
- #</IfModule>
- #END Short URL
|