Welcome Guest, Not a member yet? Register   Sign In
URI Segments and payment gw
#6

[eluser]simonmaddox[/eluser]
Is that a server 404, or a CI 404?

If it's a server 404, check your .htaccess file. Here's mine:
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
URI Segments and payment gw - by El Forum - 12-30-2008, 03:08 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 03:24 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 03:25 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 04:20 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:23 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:33 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:39 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:44 AM
URI Segments and payment gw - by El Forum - 12-30-2008, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB