13.04.2014, 16:48
Quote:
All my .htaccess file contains is -
Code:
RewriteEngine on RewriteCond $1 !^(index\.php|user_guide|templates|modules|install|robots\.txt) RewriteRule ^(.*)$ index.php/$1 [L] ![]() |
This can help us to see whether or not it is a server issue, if it does work then it means mod_rewrite is not enabled. If it is on a local server and you are using WAMP for example... You should consider doing the following:
Code:
Left click on wamp tray icon -> Apache -> Apache modules -> rewrite_module (server restart)