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

Untitled

By: sanca on Jul 29th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 18  |  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. RewriteEngine On
  2.  
  3. RewriteBase /home/k7411761/public_html/demo/
  4. RewriteCond %{REQUEST_FILENAME} !-l
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^(.*)$ index.php/$1 [L,QSA]