Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
something is obviously wrong however as firefox gives me the following message
Firefox wrote:
Redirect Loop
Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.
The browser has stopped trying to retrieve the requested item. The site is
redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration
issue and not your computer.
Ive done a search and cant seem to find whats wrong with my line of code, can someone point me in the right direction?
Mal, are you sure that rule is actually needed? Normally apache is configured in such a way that yoursite.com/ automatically calls the index.php or index.html pages. Redirecting index.php to the root yoursite.com/ will therefore cause an infinite loop.
So my guess is that you should not write that rule.