lbausch/SQLgreyGUI

nginx: SQLGreyGUI in a subdirectory

Closed this issue · 2 comments

Hello,

I came across your gui - which looks very nice :)

yet I have no clue about how to get it running with nginx...

you have a .htaccess with rewrite rules in int for apache - if they are not avaible, then SQLGreyGUI refuses to work.

Is there a possibility to turn off "CleanURLs" which seems to be turned on by default? Just to have for example the plain old php style ?q=somthin after .php in SQLGreyGUI?

Thanks in advance,
-Paul

You might try to configure Nginx according to the following link:
http://laravel.com/docs/installation#pretty-urls

Let me know if this works for you.

Hi,
thank you very much for your response.

This brings me a little bit forward - yet I have still to figure out, nginx configuration can be somewhat tricky...

I'll post my results here when it will be running :)

-Paul