• Hey..
    I’m having weird problem with Apache redirections. Everything works fine for a visitor in a browser, but HTTP viewer returns 404 headers and Google doesn’t cache those pages. It happens only for one folder http://www.chapter7.com/directory/ which has own redirections:

    RewriteBase /directory/
    RewriteRule ^([A-Za-z0-9-]+)/([0-9]+)/?$ index.php?cat=$1&page=$2
    RewriteRule ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/([0-9]+)/?$ index.php?cat=$1&scat=$2&page=$3 [L]

    Any thoughts what could cause such problem?

    Thanks!

  • The topic ‘Redirections problem (works in browser, but HTTP returns 404 headers)’ is closed to new replies.