Guest User

Untitled

a guest
May 27th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .cpanel/
  2. public_html/
  3. public_ftp/
  4. ..
  5.  
  6. app/
  7. bootstrap/
  8. public/
  9. vendor/
  10. composer.json
  11. artisan
  12. ..
  13.  
  14. RewriteEngine on
  15. RewriteCond %{HTTP_HOST} ^(www.)?example.com$
  16. RewriteCond %{REQUEST_URI} !^/subfolder/
  17. RewriteCond %{REQUEST_FILENAME} !-f
  18. RewriteCond %{REQUEST_FILENAME} !-d
  19. RewriteRule ^(.*)$ /subfolder/$1
  20. RewriteCond %{HTTP_HOST} ^(www.)?example.com$
  21. RewriteRule ^(/)?$ subfolder/index.php [L]
Add Comment
Please, Sign In to add comment