Hello!
I already searched about this topic, but nothing worked at all ![]()
I’m using WAMP server wtih php 7.0, single page sites works, but my new one with pages doesn’t.
Already tried change the RewriteBase on the .htaccess and nothing D:
<ul>
<?php foreach($pages->visible() as $item): ?>
<li><a href="<?php echo $item->url() ?>"><?php echo html($item->title()) ?></a></li>
<?php endforeach ?>
</ul>
Tested with this code aaaand 404. Using the preview link in the panel doesn’t work too, I can use the panel normally