Forums
(@aahue)
14 years, 8 months ago
My web hosting company was able to revert my Web site to a previous version before I mucked it up.
It was something like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress