Dynamic Content - Friendly URL Results In 404 - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Dynamic Content - Friendly URL Results In 404

D

DSmith

SP Page Builder 6 months ago

Hoping someone can point me in the right direction. I have built a dynamic index and details page. All works well when selecting a object on the index page. It is redirected to the details with a url like this "?option=com_sppagebuilder&view=dynamic&Itemid=111&collection_item_id[0]=117"

When I enable Search Engine Friendly URLs I get a 404 error when it attempts to open the alias url.

This is my NGINX rewrite rule if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1 last; }

I really need to be able to enable friendly URL rewrites. Thanks

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 6 months ago #190906

Already, I have replied your another ticket. Please close this post. Thanks

0
D
DSmith
Accepted Answer
6 months ago #190774

Solved, for some reason the redirect links didn't purge the first attempt.

0
D
DSmith
Accepted Answer
6 months ago #190775

still wrong, only one page from the dynamic content will show, all other items still get a 404.

0