Hello,
I' cannot redirect in my public folder because of my .htaccess file.
If I rename the .htaccess, it works. But I need the .htaccess to route my requests to index.php
That's the content of my .htaccess
Code:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
Can you help me how I can do it alternatively?
It's an URL redirect.
I've got 2 Domains, and one with webspace.
The other schould be redirected in an folder of my webspace.
Thanks in advance.
Regards
Steffen