
02-18-2009, 04:22 AM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 18
|
|
Here is the Web Server error log:
Quote:
2009-02-17 10:13:11.845 [INFO] [HTAccess] Updating configuration from [/%PATH%/httpdocs/.htaccess]
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:32] Redirect URL [/upgrade] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:35] Redirect URL [/skin1_original] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [//%PATH%/httpdocs/.htaccess:38] Redirect URL [/sql] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:41] Redirect URL [/shipping] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:44] Redirect URL [/.pgp] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:45] Redirect URL [/.pgp.def] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:48] Redirect URL [/tmp] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:49] Redirect URL [/var] does not fall inside current context [/%PATH%/httpdocs/], ignore!
2009-02-17 10:13:11.845 [WARN] [HTAccess] [/%PATH%/httpdocs/.htaccess:54] Redirect URL [/shop] does not fall inside current context [/%PATH%/httpdocs/], ignore!
|
I have replaced the actual server path with /%PATH%/.
And here is some rules from the .htaccess:
Quote:
RedirectMatch 301 VERSION.*
RedirectMatch 301 COPYRIGHT.*
RedirectMatch 301 INSTALL.*
RedirectMatch 301 NEW.*
RedirectMatch 301 README.*
RedirectMatch 301 UPGRADE.*
|
|