View Single Post
  #1 (permalink)  
Old 06-02-2008, 05:56 PM
steffen88 steffen88 is offline
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default Redirect problem because of .htaccess file

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
Reply With Quote