Re: Blogging and .htaccess
Do you have access to your Apache logs? You might be able to see the HTTP requests which will give you an idea of what page is being called (the GET request) and why its not working. I presume its redirecting to your homepage as the htaccess redirect is getting a 404 from the page its trying to request.
|