Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Eric Dela Cruz Member
@edelacruz · Joined 9 years ago · 11 posts · 1 topics · 0 reputation
Badges
Recent posts
-
How to redirect pages with php extension in GRAV
· 9 years ago
Yes, I see the same screen. It says enabled.
-
How to redirect pages with php extension in GRAV
· 9 years ago
I did change the files but it would be better to use the Admin panel. I just don't know how to fix my problem using the admin panel. I restored the changes I made to the plugin. I just replaced the co
-
How to redirect pages with php extension in GRAV
· 9 years ago
In plugins/error/error.php
-
How to redirect pages with php extension in GRAV
· 9 years ago
I replaced the content of error.md with the content of the home page. That solved one part of the problem. Any non-existing page not ending in .php will show the home page. But URLs ending in .php wil
-
How to redirect pages with php extension in GRAV
· 9 years ago
I changed $page = $pages->dispatch($this->config->get('plugins.error.routes.404', '/error'), true); to $page = $pages->dispatch($this->config->get('plugins.error.routes.404', '/'),
-
How to redirect pages with php extension in GRAV
· 9 years ago
WIthout .php the error page gets called
-
How to redirect pages with php extension in GRAV
· 9 years ago
I'm sorry but it does not work. Error plugin is turned on.
-
How to redirect pages with php extension in GRAV
· 9 years ago
Let me set it up, just a few minutes.
-
How to redirect pages with php extension in GRAV
· 9 years ago
I had the error page turned on at first. But... it would not catch the .php URLs. The browser would just say "file not found" I'm not a PHP programmer but a Javascript one. Could you give some guidanc
-
How to redirect pages with php extension in GRAV
· 9 years ago
Hi, Actually I would like to redirect any non existing page to the homepage (/)