Welcome Guest, Not a member yet? Register   Sign In
Rewrite URL's
#1

[eluser]Guido Mallee[/eluser]
Hi,

Im building a webshop on CI and I'm implementing a paymenth method called iDEAL, which is a Dutch payment method. During the checkout proces, the visitor leaves the website to do the iDEAL transaction, then iDEAL sends the visitor back to the webshop like this:

http://www.mywebshop.nl/checkoutcomplete...c7b72e610d

Since I'm using seo friendly url's, CI doesnt allow this url. I would like to rewrite the url to the following:

http://www.mywebshop.nl/checkoutcomplete...c7b72e610d

I've tried to edit my .htaccess but I didn't even manage to make a simple rewrite from for example product.php?id=12 to product/12

This is my .htaccess file:

Code:
ErrorDocument 404 /index.php
DirectoryIndex index.php
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>

Thanks in advance!


Messages In This Thread
Rewrite URL's - by El Forum - 11-03-2009, 12:05 PM
Rewrite URL's - by El Forum - 11-03-2009, 12:26 PM
Rewrite URL's - by El Forum - 11-03-2009, 02:44 PM
Rewrite URL's - by El Forum - 11-03-2009, 04:35 PM
Rewrite URL's - by El Forum - 11-03-2009, 05:06 PM
Rewrite URL's - by El Forum - 11-03-2009, 06:05 PM
Rewrite URL's - by El Forum - 11-04-2009, 01:31 AM
Rewrite URL's - by El Forum - 11-04-2009, 06:17 AM
Rewrite URL's - by El Forum - 11-04-2009, 06:31 AM
Rewrite URL's - by El Forum - 11-05-2009, 05:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB