Forum Moderators: phranque

Message Too Old, No Replies

Put Code 200 back

dont want 301 code for a specif page

         

bbbandit

3:43 pm on Oct 4, 2005 (gmt 0)

10+ Year Member



Hi

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.

jdMorgan

3:52 pm on Oct 4, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



All I can suggest is to delete the RedirectMatch directives and flush your browser cache.

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

bbbandit

4:56 pm on Oct 4, 2005 (gmt 0)

10+ Year Member



Thanks very much for your support.