I have a website integrated with pay u payment gateway.after checkout i am not able to redirect on payment gateway page it's redirecting on 404 page
.and also not working for any payment gateway like papal and more.
Changes done on site:
before 5 days my site was on Blue Host that time every thing was working good after that we have moved site on ec2-aws
linux with bitnami
image after the moving site from blue host to ec2-aws
i am facing this problem.
I was check the permalink , htacess file but i am not able to trouble shoot what is affecting to redirect on payment gate way.
Bellow details of Product permalink base:-
Custom Base /shop
ht access sample code:-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Root file structure:-
/opt/bitnami/apps/wordpress/htdocs
Aucun commentaire:
Enregistrer un commentaire