R roland Member Jun 22, 2017 #1 Hello, Please let's me know how to change the url rewirte. for example change the url : domain.com/customer/index.php/dashboard/index with domain.com//dashboard thanks.
Hello, Please let's me know how to change the url rewirte. for example change the url : domain.com/customer/index.php/dashboard/index with domain.com//dashboard thanks.
twisted1919 Administrator Staff member Jun 22, 2017 #2 You can't. You can only dismiss the index.php from it. Apache: https://kb.mailwizz.com/articles/apache-htaccess-for-mailwizz/ Nginx: https://kb.mailwizz.com/articles/nginx-server-basic-configuration-for-mailwizz/
You can't. You can only dismiss the index.php from it. Apache: https://kb.mailwizz.com/articles/apache-htaccess-for-mailwizz/ Nginx: https://kb.mailwizz.com/articles/nginx-server-basic-configuration-for-mailwizz/
R roland Member Jun 23, 2017 #3 when I change for example RewriteRule customer/.* customer/index.php to RewriteRule app/.* customer/index.php in .htaccess the link domain.com/app/ is not found. why that?
when I change for example RewriteRule customer/.* customer/index.php to RewriteRule app/.* customer/index.php in .htaccess the link domain.com/app/ is not found. why that?