Reputation: 3163
Trying to create a .htaccess redirect results in an infinite loop. This is what my code currently looks like:
Redirect / http://www.website.com/new/
Any idea why this isn't working?
Upvotes: 0
Views: 787
Reputation: 3163
Solved it by creating an index page and redirecting from there.
Redirect /index.html http://website.com/new/
Upvotes: 2