dreambold

Untitled

Dec 22nd, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. Options +FollowSymlinks
  3. RewriteEngine on
  4. RewriteBase /glc_css/
  5.  
  6. # /anything/anything -> anything.php?url=anything
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteRule ^service/([^/\.]+)?$ /news-inner.php?id:$1 [L]
  10.  
  11. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment