Project

General

Profile

fcgi and app as index

Added by Torsten Schulz about 3 years ago

Hi,

I got the application running, also that I don't need to call the app. But When I'll try to call pathes, I get an 404
I.E.
https://localhost/ is showing main page
https://localhost/app.wt is showing main page
https://localhost/sub is showing 404
https://localhost/app.wt/sub is working

How can I solve it that I can also use the 3rd version?


Replies (3)

RE: fcgi and app as index - Added by Torsten Schulz almost 3 years ago

Ok, I made progress. But I think my big problem is a query string in the ajax requests witty creates:
https://domain/path/to?wtd=xMqbPPgwtpxMrJuF

So my Rewrite Rule will create something like
/cgi-bin/script.wt/?_=path/to?wtd=xMqbPPgwtpxMrJuF

That seems not to work. How can I disable the query string?

RE: fcgi and app as index - Added by Korneel Dumon almost 3 years ago

Hi,

isn't there some way to combine the query strings?

RE: fcgi and app as index - Added by Torsten Schulz almost 3 years ago

That's my question :)

    (1-3/3)