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

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 9  |  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. My PHP file is not parsing correctly
  2. RewriteEngine On
  3. RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?p=$1
  4. RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?p=$1
  5.        
  6. DirectoryIndex index.php