You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed this before but can't remember if I've mentioned it via email or already added it as an issue but I can't find the issue if I did.
When trying to complete a new install today and setting apache to true during the final install step it seems the .htaccess automatcially created picks up the /setup/ directory. so you send up with lines like ^edit_([A-Za-z0-9]+)$ /setup/edit.php?template_id=$1 instead of just ^edit_([A-Za-z0-9]+)$ /edit.php?template_id=$1 and then the rewrite rules obviously don't work correctly.
@torinfo have you had this happen? It's an easy fix to find and replace '/setup' with nothing to remove but obviously ideally /setup shouldn't be part of the rules in the first place.
The text was updated successfully, but these errors were encountered:
TBH I've usually got a new install up and running and then manually put a htaccess in place and then set Apache to true.
But ist should obviously work correctly - and you should use it! ;-)
I've noticed this before but can't remember if I've mentioned it via email or already added it as an issue but I can't find the issue if I did.
When trying to complete a new install today and setting apache to true during the final install step it seems the .htaccess automatcially created picks up the /setup/ directory. so you send up with lines like ^edit_([A-Za-z0-9]+)$ /setup/edit.php?template_id=$1 instead of just ^edit_([A-Za-z0-9]+)$ /edit.php?template_id=$1 and then the rewrite rules obviously don't work correctly.
@torinfo have you had this happen? It's an easy fix to find and replace '/setup' with nothing to remove but obviously ideally /setup shouldn't be part of the rules in the first place.
The text was updated successfully, but these errors were encountered: