Guest User

Untitled

a guest
Jul 24th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteRule ^(.*)\.html $1\.php
  3.  
  4. ErrorDocument 400 /error.php?e=400
  5. ErrorDocument 401 /error.php?e=401
  6. ErrorDocument 403 /error.php?e=403
  7. ErrorDocument 404 /error.php?e=404
  8. ErrorDocument 500 /error.php?e=500
  9.  
  10. RewriteRule ^crossdomain.xml$ /crossdomain.php
  11. RewriteRule ^gamedata/external(|/)$ /externals.php
  12.  
  13. RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
  14. RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1
  15.  
  16. RewriteRule ^tag/([^/]+)(|/)$ /tag.php?search=$1
  17.  
  18. RewriteRule ^quickmenu/friends_all(|/)$ /quick-friends.php
  19. RewriteRule ^quickmenu/groups(|/)$ /quick-groups.php
  20. RewriteRule ^quickmenu/rooms(|/)$ /quick-rooms.php
  21.  
  22. RewriteRule ^quickregister/cancel(|/)$ /register.php?cancal
  23. RewriteRule ^quickregister/complete(|/)$ /me.php
  24. RewriteRule ^register/welcome(|/)$ /me.php
  25.  
  26. RewriteRule ^identity/useOrCreateAvatar/([^/]+)(|/)$ /identity.php?type=useOrCreateAvatar&param=$1
  27. RewriteRule ^identity/([^/]+)/error/([^/]+)(|/)$ /identity.php?type=$1&errors=$2
  28. RewriteRule ^identity/([^/]+)(|/)$ /identity.php?type=$1
  29. RewriteRule ^changeRLname/([^/]+)/code/([^/]+)(|/)$ /changeRLname.php?name=$1&code=$2
  30.  
  31. RewriteRule ^quickregister/start(|/)$ /register.php?stap=1
  32. RewriteRule ^quickregister/start/error/([^/]+)(|/)$ /register.php?stap=1&errors=$1
  33. RewriteRule ^quickregister/age_gate_submit(|/)$ /register.php?stap=2
  34.  
  35. RewriteRule ^quickregister/email_password(|/)$ /register.php?stap=3
  36. RewriteRule ^quickregister/email_password/error/([^/]+)(|/)$ /register.php?stap=3&errors=$1
  37. RewriteRule ^quickregister/email_password_submit(|/)$ /register.php?stap=4
  38.  
  39. RewriteRule ^quickregister/captcha(|/)$ /register.php?stap=5
  40. RewriteRule ^quickregister/captcha/error/([^/]+)(|/)$ /register.php?stap=5&errors=$1
  41. RewriteRule ^quickregister/captcha_submit(|/)$ /register.php?stap=6
  42.  
  43. RewriteRule ^security_check(|/)$ security_check.php
  44. RewriteRule ^profile(|/)$ /profile.php
  45. RewriteRule ^client(|/)$ /client.php
  46. RewriteRule ^flash_client_error(|/)$ /client_error.php
  47. RewriteRule ^client_error(|/)$ /client_error.php
  48. RewriteRule ^me(|/)$ /me.php
  49. RewriteRule ^login_popup(|/)$ /login-popup.php
  50.  
  51. RewriteRule ^community(|/)$ /community.php
  52. RewriteRule ^community/staff(|/)$ /staff.php
  53.  
  54. RewriteRule ^credits(|/)$ /credits.php
  55. RewriteRule ^credits/pixels(|/)$ /pixels.php
  56. RewriteRule ^credits/club(|/)$ /habboclub.php
  57. RewriteRule ^credits/habboclub(|/)$ /habboclub.php
  58. RewriteRule ^credits/uberclub(|/)$ /habboclub.php
  59. RewriteRule ^credits/uberclub/tryout(|/)$ /clubtryout.php
  60. RewriteRule ^credits/habboclub/tryout(|/)$ /clubtryout.php
  61.  
  62. RewriteRule ^register(|/)$ /register.php
  63. RewriteRule ^register_submit(|/)$ /register.php?doSubmit
  64. RewriteRule ^register_messages(|/)$ /register-messages.php
  65. RewriteRule ^register/cancel(|/)$ /register-cancel.php
  66. RewriteRule ^register/welcome(|/)$ /welcome.php
  67. RewriteRule ^register/undefined(|/)$ /index.php
  68.  
  69. RewriteRule ^vip/shop(|/)$ /vipshop.php
  70. RewriteRule ^vip/getpoints(|/)$ /vippoints.php
  71.  
  72. RewriteRule ^account/policy-verify(|/)$ /policyver.php
  73. RewriteRule ^account/password/forgot(|/)$ /forgot.php
  74. RewriteRule ^account/submit(|/)$ /index.php
  75. RewriteRule ^account/logout(|/)$ /logout.php
  76. RewriteRule ^account/logout_ok(|/)$ /logout-ok.php
  77. RewriteRule ^account/disconnected(|/)$ /disconnected.php
  78.  
  79. RewriteRule ^articles(|/)$ /article.php?mostRecent
  80. RewriteRule ^articles/archive(|/)$ /article.php?mostRecent&archiveMode
  81. RewriteRule ^articles/([^/]+)/in/archive(|/)$ /article.php?rel=$1&archiveMode
  82. RewriteRule ^articles/([^/]+)(|/)$ /article.php?rel=$1
  83. RewriteRule ^articles/category/([^/]+)(|/)$ /article.php?category=$1
  84.  
  85. RewriteRule ^register/undefined/([^/]+)$ /me.php
  86.  
  87. RewriteRule ^habblet/cproxy(|/)$ /habbletProxy.php
  88. RewriteRule ^habblet/ajax/([^/]+)(|/)$ /habbletAjax.php?cmd=$1
  89. RewriteRule ^habblet/([^/]+)(|/)$ /habblet.php?cmd=$1
  90. RewriteRule ^myhabbo/([^.]+)(|/)$ /myhabbo.php?cmd=$1
  91. RewriteRule ^minimail/loadMessage(|/)$ /minimail-view.php
  92. RewriteRule ^minimail/([^/]+)(|/)$ /minimail.php?cmd=$1
  93. RewriteRule ^buyvip(|/)$ /buyvip.php
  94. RewriteRule ^vip(|/)$ /vip.php
Advertisement
Add Comment
Please, Sign In to add comment