RE: [PHP] 404 page

2009-12-28 Thread Gautam Bhatia
luck. Regards, Gautam Bhatia -Original Message- From: Sudhakar [mailto:sudhakarar...@gmail.com] Sent: Monday, December 28, 2009 11:14 AM To: php-general@lists.php.net Subject: [PHP] 404 page hi 1. i have a .htaccess file in my root directory on unix hosting following is the code

[PHP] 404 page

2009-12-27 Thread Sudhakar
hi 1. i have a .htaccess file in my root directory on unix hosting following is the code in .htaccess file ErrorDocument 404 /filenotfound.html the file filenotfound.html is also in the root directory as the htaccess file when i intentionally type a wrong url either if a misspell a file ex=

Re: [PHP] 404 page

2009-12-27 Thread navneet sharma
Hi, - About 404 error document... Make sure filenotfound.html is in public_html or www directory as your are using shared hosting... - Generally in share hosting environment you are not allowed to modify php.ini (GoDaddy allows), you can modify some property of httpd.config and php.ini using

Re: [PHP] 404 page

2009-12-27 Thread Thijs Lensselink
navneet sharma wrote: Hi, - About 404 error document... Make sure filenotfound.html is in public_html or www directory as your are using shared hosting... - Generally in share hosting environment you are not allowed to modify php.ini (GoDaddy allows), you can modify some property of