Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # BEGIN YOURLS
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^.*$ /yourls-loader.php [L]
  8. </IfModule>
  9. # END YOURLS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement