Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to remove string from url or is there any option to have base url?
· 10 years ago
I have tested it and it works fine, until i try to login. Repro: Go to domain.com/admin Fill your name and password Hit login Actual behaviour: Url looks like this "admin/" And it throws this error:
-
How to remove string from url or is there any option to have base url?
· 10 years ago
I've been experimenting allowing such URL rewrites in this PR: https://github.com/getgrav/grav/pull/896. Would be nice if you can test it on your server.
-
How to remove string from url or is there any option to have base url?
· 10 years ago
This is the solution: https://github.com/getgrav/grav/issues/783 Change uri.php (system/src/Grav/common/): From: $root_path = str_replace(' ', '%20', rtrim(substr($_SERVER['PHP_SELF'], 0, strpos($_SER
-
How to remove string from url or is there any option to have base url?
· 10 years ago
Thanks for answer. Yea, this provider is wedos.com (from czech rep.) and i hate this format of URL. In wordpress it is solved by changing site URL in administration https://codex.wordpress.org/Changin
-
How to remove string from url or is there any option to have base url?
· 10 years ago
There seems to be one .cz host that has this requirement. It's come up 3 times now, and only ever for .cz domains with this very specific URL format. No other host we have ever come across has had t
-
How to remove string from url or is there any option to have base url?
· 10 years ago
I'm thinking about editing the Uri.php the function buildHostname()
-
How to remove string from url or is there any option to have base url?
· 10 years ago
I have page http://truhlarstvimertl.cz/ where home page is on http://truhlarstvimertl.cz/domains/truhlarstvimertl.cz/. I want to get rid of that "/domains/truhlarstvimertl.cz" string but there is no o
-
How to implement a subdirectory
· 10 years ago
how to implement a subdirectory with the theme Learn2 and the menu appears the link to subdirectory
-
Anyone host on Heroku? Firebase? AWS?
· 10 years ago
Thanks for the response. I know you can host static sites on Firebase now. Bumping to see if anyone has used Heroku, specifically!
-
Anyone host on Heroku? Firebase? AWS?
· 10 years ago
As far as I know, Firebase is a backend for mobile apps, not really a public facing web server PaaS.