#

#  mod_rewrite in use

#



RewriteEngine On



#  Uncomment following line if your webserver's URL 

#  is not directly related to physival file paths.

#  Update YourMamboDirectory (just / for root)



# RewriteBase /YourMamboDirectory



#

#  Rules

#



RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*) index.php