shuvocse

Htaccess for SMM website

Aug 11th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. RewriteCond %{HTTPS} off [OR]
  4. RewriteCond %{HTTP_HOST} ^www\.
  5. RewriteRule ^ https://yourdomain.com%{REQUEST_URI} [NE,L,R]
  6. RewriteRule ^([a-zA-Z0-9-_/]+)$ index.php [QSA]
Add Comment
Please, Sign In to add comment