Advertisement
Guest User

Untitled

a guest
Oct 31st, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. root@www:/var/www/wls.wels.net/public_html# cat .htaccess
  2.  
  3. # BEGIN WordPress
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteBase /
  7. RewriteRule ^index\.php$ - [L]
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteCond %{REQUEST_FILENAME} !-d
  10. RewriteRule . /index.php [L]
  11. </IfModule>
  12.  
  13. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement