Welcome Guest, Not a member yet? Register   Sign In
Problem with Htaccess
#1

[eluser]Unknown[/eluser]
I used an htaccess in my project that use Codeigniter framework:

Code:
DirectoryIndex index.php

RewriteEngine on

RewriteCond $1 !^(index\.php|assets|robots\.txt|favicon\.ico) [NC]

RewriteCond %{REQUEST_FILENAME} !-f [NC]

RewriteCond %{REQUEST_FILENAME} !-d [NC]

RewriteRule ^(.*)$ ./index.php/$1 [NC,L,QSA]
My problem is, when i call a paypal service, Paypal response for me an GET url, like that: h t t p://xxx.xx.com/myproject/paypalCallback?tx=32J30607S6157364F&st=Pending&amt=85.00&cc=SGD&cm;=&item;_number=

I receive a 404 page not found. Htaccess doesn't accept GET URL: ?tx=32J30607S6... I sure it's work on local, but not on live side

If you can, please help me. Thanks
#2

[eluser]InsiteFX[/eluser]
htaccess rewrite and GET variables




Theme © iAndrew 2016 - Forum software by © MyBB