Is strange, because $Site->url() return slash in end of site URL.Edi wrote: Tue Mar 06, 2018 12:48 am It works when adding a slash at contact.php (line 13):
<form method="post" action="<?php echo $Site->url() . '/' . $Page->slug(); ?>" class="contact">
In my tests, i have 2 slash:
Code: Select all
http://localhost/bludit//contactLink in first post.

