404 page not working - Joomla! Forum - community, help and support
i worked on site in local host , worked perfect , when put wrong ulr 404 page appear normally
but when transfer site server. 404 page not working , when wrong url give massage
http 404 - file not found
joomla 2.5
but when transfer site server. 404 page not working , when wrong url give massage
http 404 - file not found
joomla 2.5
you should 404 when try accessing joomla system in improper way. disabling component, accessing it's menu link, should give 404 error joomla system.
on web server, processes 404's same way since you're not accessing joomla in attempts. doesn't know joomla there, if hit random file/url 1 deciding do. if access joomla improperly 1 deciding do.
you can fix using .htaccess (which easiest if you're on shared hosting) doing:
errordocument 404 /error.html
or
errordocument 404 http://www.mysite.com/error-document.html
double check syntax, or lookup proper example. threw in past experience should work.
on web server, processes 404's same way since you're not accessing joomla in attempts. doesn't know joomla there, if hit random file/url 1 deciding do. if access joomla improperly 1 deciding do.
you can fix using .htaccess (which easiest if you're on shared hosting) doing:
errordocument 404 /error.html
or
errordocument 404 http://www.mysite.com/error-document.html
double check syntax, or lookup proper example. threw in past experience should work.
Comments
Post a Comment