Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Slash in URL · 10 years ago

    Well, you can change the parameter here (https://learn.getgrav.org/troubleshooting/forbidden) but I don't know if Grav will parse it correctly if it's a slash. Only one way to find out :)

  • Slash in URL · 10 years ago

    Is it possible to switch from a url like /tag:tagnamehere to /tag/tagname?

  • Umask and images folder · 10 years ago

    Correct, setup.php is an optional file that can be used to set things up, and is commonly used to set streams for multisite. But it can be used for other things. Root folder is where it should go (a

  • Umask and images folder · 10 years ago

    OK. I determined that if I put a setup.php in my root folder, it executes. But umask(2); doesn't change anything. What's odd is that I don't see a umask command anywhere meaningful in the source code,

  • Umask and images folder · 10 years ago

    There is no setup.php anywhere in my accessible folders.

  • Umask and images folder · 10 years ago

    I'm not a PHP native. Can I put a setup.php in the root folder? Or is there another place PHP will look? Apparently you can change some php settings in htaccess, but I'm not sure what the name would b

  • Umask and images folder · 10 years ago

    Well that should work, but would be lost with any updates. Adding to a setup.php will not be overwritten.

  • Umask and images folder · 10 years ago

    I'm in a shared hosting environment where I don't have direct access to core files. They're maintained and updated by the provider. Is there an override protocol? Is there a reason why adding the umas

  • Umask and images folder · 10 years ago

    Have you tried adding a PHP umask setting in setup.php?

  • Umask and images folder · 10 years ago

    Does nobody else have this problem?