Guest User

Untitled

a guest
Feb 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{SERVER_PORT} 80
  3. RewriteRule ^(.*)$ https://fryla.com.ar/$1 [R,L]
  4.  
  5. RewriteEngine on
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteCond %{REQUEST_FILENAME}.php -f
  8. RewriteRule ^(.*)$ $1.php
  9.  
  10. ErrorDocument 404 https://www.fryla.com.ar/404
  11.  
  12. RewriteEngine On
  13.  
  14. RewriteCond %{SERVER_PORT} 80
  15. RewriteRule ^(.*)$ https://fryla.com.ar/$1 [R,L]
  16. RewriteCond %{REQUEST_FILENAME} !-d
  17.  
  18. RewriteCond %{REQUEST_FILENAME}.php -f
  19. RewriteRule ^(.*)$ $1.php
  20. ErrorDocument 404 /404
Add Comment
Please, Sign In to add comment