06-20-2010, 04:24 AM
[eluser]martyncoup[/eluser]
Hey guys,
Not sure why this is happening as I've setup CI a few times and never had a problem. However this time I can access my homepage (www.21yards.com) yet when I click any of the links at the top I get a 404 error.
Here are the contents of my htaccess file:
My setup is as follows:
Zend Server 4.0 (Apache 2.2.14)
Windows Server 2003 Std R2
Starting to annoy me but think I've been looking at it for to long so here is a call for help!
Cheers!
Martyn.
Hey guys,
Not sure why this is happening as I've setup CI a few times and never had a problem. However this time I can access my homepage (www.21yards.com) yet when I click any of the links at the top I get a 404 error.
Here are the contents of my htaccess file:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|img|script|style|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
My setup is as follows:
Zend Server 4.0 (Apache 2.2.14)
Windows Server 2003 Std R2
Starting to annoy me but think I've been looking at it for to long so here is a call for help!
Cheers!
Martyn.