Forum Moderators: phranque
I want to Know how to put 200 codes back on my 301 codes, because i make some errors.
I was testing in sub-domains of mine some 301 code:
RedirectMatch 301 (.*)\.html$ [mydomain.com...]
and now i cant put them again with 200 (ok) code, i use a .htaccess file, i have permission on the server to rewrite
I apreciate all the help you can spare me.
If the code is gone, then there will not be a redirect. Any redirect you see will be an artifact of caching.
If you had the code in httpd.conf, then you'll need to restart your server after any changes. This does not apply to .htaccess files though -- Changes to .htaccess will be immediate, as long as you flush your cache.
JIm