Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. https://www.example.com/test/test.htm
  2.  
  3. https://shop.example.com/test/test.htm
  4.  
  5. # Use PHP5.4 as default
  6. AddHandler application/x-httpd-php54 .php
  7.  
  8. # BEGIN WordPress
  9. <IfModule mod_rewrite.c>
  10. RewriteEngine On
  11. RewriteBase /
  12. RewriteRule ^index.php$ - [L]
  13. RewriteCond %{REQUEST_FILENAME} !-f
  14. RewriteCond %{REQUEST_FILENAME} !-d
  15. RewriteRule . /index.php [L]
  16. </IfModule>
  17.  
  18. # END WordPress
  19.  
  20. http://www.example.com/{DIRECTORY_IN_FTP}/{DIRECTORY_IN_FTP}/{DIRECTORY_IN_FTP}/{DIRECTORY_IN_FTP}/{DIRECTORY_IN_FTP}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement