> -----Original Message-----
> From: Chris [mailto:[EMAIL PROTECTED] 
> Do you need to do it with a mod_rewrite?
> 
> if not, you can do it easily in php:
> 
> header('location: folder/file.php');
> exit();
> 
> in index.php. 


Unfortunately, yes... I am using a CMS, and my current setup is forcing me
into using the more complicated mod_rewrite.

Well, not that it is a bad thing... seems like mod_rewrite is more
search-engine/bot friendly.

Thanks for the tip though, I really appreciate your time.

Cheers,
Micky

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to