Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /home/user1/public_html/subdomain/user/transfer
  2.  
  3. /home/user1/public_html/subdomain/
  4.  
  5. subdomain > user > transfer
  6.  
  7. index.php and also a .htaccess
  8.  
  9. RewriteEngine On
  10. RewriteRule ^transfer/(.*) /transfer/index.php-action=$1 [R=302,L]
  11.  
  12. http://subdomain.mywebsite.com/user/transfer/cash
  13. http://subdomain.mywebsite.com/user/transfer/credit
  14. http://subdomain.mywebsite.com/user/transfer/AnyWord
  15.  
  16. http://subdomain.mywebsite.com/user/transfer/index.php?action=cash
  17. http://subdomain.mywebsite.com/user/transfer/index.php?action=credit
  18. http://subdomain.mywebsite.com/user/transfer/index.php?action=AnyWord
  19.  
  20. Not Found
  21.  
  22. The requested URL /user/transfer/cash was not found on this server.
  23.  
  24. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement