This weekend my webserver wen't down.
Today I arrived at work and noticed my links ain't working. For instance: www.domain.com/shoes.html (shoes being the product category) redirects to a not found page.
I've noticed that www.domain.com/开发者_JS百科template_name/shoes.html works exactly as expected.
So what's up with that? How can I revert magento to not put the template name in the URL?
did you check you url rewrites? It is done by your sever, so the reset may have screwed it up
From your question:
SOLVED: add store code to URL was enabled.
精彩评论