
February 6th, 2013, 03:15 PM
|
|
Contributing User
|
|
Join Date: Jul 2012
Posts: 37
Time spent in forums: 8 h 5 m 58 sec
Reputation Power: 1
|
|
|
.htaccess mod_rewrite
My .htaccess file:
Code:
ErrorDocument 404 http://mysite.com/404.php
I want the invalid page to show in the url bar instead of redirecting me to a webpage.
When an invalid link is clicked it takes a user to this page, however in the url it reads http://mysite.com/404.php I want it to read the incorrect URL so they can let me know what page is incorrect.
|