View Single Post
  #5 (permalink)  
Old 04-01-2008, 07:41 AM
ah125i ah125i is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default The second code example works great on 1 and 1

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

works great on 1 and 1 web hosting for using the Zend Framework

I have tried it on my site at http://seo-samurai.com
Reply With Quote