Hi,
everything fine , my site is up , however when I click on any link, it showd 404 error ..........
my bootstrap is fine I think, there is some trouble in .htaccess .. could anyone help what definitions should be with .htaccess ?
on my localhost it runs fine :
my .htaccess on localhost is :
# Rewrite rules for Zend Framework
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
# Security: Don't allow browsing of directories
Options -Indexes
# PHP settings
php_flag magic_quotes_gpc on
php_flag register_globals off
php_flag short_open_tag on