View Single Post
Old
fabianid fabianid is offline
Junior Member
fabianid is on a distinguished road
 
Posts: 3
Join Date: Jun 2009
Default 06-05-2009, 07:47 PM

juts in any case this the code im using on my .htaccess

RewriteEngine On
RewriteBase /demo2/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ ./index.php
Reply With Quote