Advertisement
lcawte

Borked short URL

Aug 13th, 2010
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ------------------------------------
  2. PHP
  3. ------------------------------------
  4. $wgScriptPath = "/mw1.17";
  5. $wgScriptExtension = ".php";
  6. $wgArticlePath = "/1-17/$1";
  7. $wgUsePathInfo = true
  8.  
  9. -----------------------------------
  10. Apache (.htaccess)
  11. -----------------------------------
  12. RewriteEngine On
  13. RewriteRule ^1-17/(.*)$ /mw1.17/index.php?title=$1 [PT,L,QSA]
  14. RewriteRule ^1-17/*$ /mw1.17/index.php [L,QSA]
  15.  
  16. -----------------------------------
  17. URLs
  18. -----------------------------------
  19. http://mediawiki.lcawtest.co.cc
  20. http://mediawiki.lcawtest.co.cc/mw1.17
  21. http://mediawiki.lcawtest.co.cc/mw1.17/api.php
  22. http://mediawiki.lcawtest.co.cc/1-17/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement