gabordemooij / straight

The Straight Framework for PHP
Other
16 stars 3 forks source link

Deploying straight in a subfolder #1

Closed eyan closed 5 years ago

eyan commented 5 years ago

When deploying straight in a subfolder, one can edit the fmap call in routes.php to: if (!fmap( [ '/subfolder/' => '' ], '__do' )) { to make the whole thing work.

Leaving this here for those souls who might encounter this same problem.

Might be a good idea to put it in the README as well.

Thank you @gabordemooij for straight, RedBean and StampTE. I'm using all of them.

gabordemooij commented 5 years ago

@eyan thanks for the appreciation! Good to hear some of my projects have proven useful.

I will add your note to the readme.

gabordemooij commented 5 years ago

Also added to site: http://gabordemooij.com/straight/

gabordemooij commented 5 years ago

Lots of other projects coming by the way...

eyan commented 5 years ago

Looking forward!

Closing issue. Thanks again!