Welcome Guest, Not a member yet? Register   Sign In
Change the url
#1

[eluser]boytun[/eluser]
Hello
So I want know can I change my url text?

EX:
localhost/invalid_page———->to————>localhost/404


Thanks in advance
#2

[eluser]TheFuzzy0ne[/eluser]
I'm not quite sure what you mean. When you issue a 404 to a browser you redirect to /invalid_page? Why not just do it inline?

Code:
// If the page doesn't exist
show_404();




Theme © iAndrew 2016 - Forum software by © MyBB