Soldato
		
		- Joined
 - 12 Feb 2006
 
- Posts
 - 17,810
 
- Location
 - Surrey
 
is it possible to redirect a user to index.php of the current folder if they go to a page that doesn't exist?
e.g. if they visit xyz.com/service-one/london.php, they get the page for london as this page exists, but if they visit /service-one/kingston.php (which doesn't exist) it redirects to /service-one/index.php
and then /service-two/kingston.php would redirect to /service-two/index.php
Thanks
	
		
			
		
		
	
				
			e.g. if they visit xyz.com/service-one/london.php, they get the page for london as this page exists, but if they visit /service-one/kingston.php (which doesn't exist) it redirects to /service-one/index.php
and then /service-two/kingston.php would redirect to /service-two/index.php
Thanks