problem after upgrade to Apache 2.4 Site 404 display

punicom

New member
Joined
Dec 4, 2012
Messages
4
Hello. After upgrade to 2.4 Apachh home page and other pages to a 404 page that we have developed is transferred. Where is the problem ?

Thanks
 
mod_rewrite is enabled. This log

2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/up$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/40$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/40$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/up$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/40$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/up$
[Mon Dec 03 23:58:21 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/40$
[Tue Dec 04 00:00:11 2012] [error] [client 224.0.0.0] File does not exist: /var/www/html/css
$tml/404.shtml
[Tue Dec 04 00:00:12 2012] [error] [client 224.0.0.0] File doe

Please help me
 
Go to the website that will show the following error:

Not Found

The requested URL /user was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2 Server at www.punicom.com Port 80
 
No one is replying because you still haven't given us enough information to (a) understand the problem, and (b) see the problem.

So: Either check you domain specific error log for the domain in question and figure out the problem yourself, or give us a real example of a URL that shows the error, and let us know to what it should be pointing.

Jeff
 
I have another but similar problem. In user public_html i have .htaccess redirecting requests to another domain
Code:
RewriteEngine On

RewriteRule ^isp/?([^-]+)$ http://new-site-domain/isp/$1 [P]
RewriteRule ^isp$ http://www.old-site-domain/isp/? [L]

RewriteRule ^/?(.*) http://new-site-domain/$1 [P]

Error:
HTML:
Not Found

The requested URL /index.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

No errors in error_log and and user error log
Looks like it did not work htacces
 
Last edited:
Back
Top