Thread Starter
aahue
(@aahue)
My web hosting company was able to revert my Web site to a previous version before I mucked it up.
Thread Starter
aahue
(@aahue)
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