Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_rewrite.c>
- Options +FollowSymlinks
- RewriteEngine on
- RewriteBase /glc_css/
- # /anything/anything -> anything.php?url=anything
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^service/([^/\.]+)?$ /news-inner.php?id:$1 [L]
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment