diff --git a/templates/application/config.php.erb b/templates/application/config.php.erb index cb30831..0c56aa9 100644 --- a/templates/application/config.php.erb +++ b/templates/application/config.php.erb @@ -105,7 +105,8 @@ $CONFIG = array ( 'legacy_auth' => false, ), ), - 'overwrite.cli.url' => 'https://<%= @site_name %>', + 'overwrite.cli.url' => 'https://<%= @site_name %>/', + 'htaccess.RewriteBase' => '/', 'overwritehost' => '<%= @site_name %>', 'overwriteprotocol' => 'https', 'passwordsalt' => '<%= @passwordsalt %>',