I was goofing with the .htaccess file doing a redirect from domain.com to www.domain.com. I saw on a forum that using mod_alias would be a good idea. Being the adventurous sort, I put a permanent redirect alias in my .htaccess file and went to see what it did.
It for some reason made it so domain.com/blog now goes to domain.comblog - I cannot get it to stop, even after deleting the .htaccess file. I've looked all over google for some kind of answer or even someone who's broke their site like I have, but I have found nothing. Is there some way I can undo this, maybe from the shell or something? I'm pretty well convinced that removing/changing the .htaccess file won't fix this problem, but maybe there is some way to reset whatever I did to mod_alias? Thanks in advance for any help!
.htaccessfile here – Death Oct 18 '11 at 1:44