PHP Classes

RewriteEngine

Recommend this page to a friend!

      Another simple MVC  >  All threads  >  RewriteEngine  >  (Un) Subscribe thread alerts  
Subject:RewriteEngine
Summary:Explanation.
Messages:1
Author:Raitis Stengrevics
Date:2010-02-25 05:11:27
 

  1. RewriteEngine   Reply   Report abuse  
Picture of Raitis Stengrevics Raitis Stengrevics - 2010-02-25 05:11:27
Can u explain me how does it works?

RewriteEngine on
RewriteBase /mvc/www/
RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(foo|bar).* - [L]
SetEnv PHP_VER 5

Row by row. And how can I access pages? Please.

P.S. Looks like a amazing work! :)