Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. PHP: Two basic questions about URL
  2. RewriteEngine On
  3. #for question 1
  4. RewriteRule ^(.*)$ index.php/$1 [L]
  5. #another example for question 2
  6. RewriteRule ^news.php?(.*)$ news.php?blah=$1 [L]
  7.        
  8. DirectoryIndex index.html index.php ...etc
  9.        
  10. DirectoryIndex your_preferred_default_page.php