2013-03-25 3 views

ответ

0

Не тестировалось:

server.modules = (
    "mod_rewrite" 
) 

$HTTP["host"] == "web.com" { 

    server.document-root = "/var/www/web.com/public_html/" 

    url.rewrite-once = ( 
     "^(?!index\.php|style\.css|image|image-small|robots\.txt|sitemap\.xml|favicon\.ico)" => "$0" 
     "^(.*)" => "index.php" 
    ) 

} 

Подробнее here

Смежные вопросы