All pastes #1335450 Raw Edit

The ubiquitous .htaccess

public text v1 · immutable
#1335450 ·published 2009-02-12 22:36 UTC
rendered paste body
RewriteEngine On

# NOTE: change this to your actual site path; may be "/".

RewriteBase /path/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?p=$1 [L,QSA]