Citat:
Originally posted by zoran@Dec 22 2004, 10:59
Eftersom ni ändå använder PHP så är "Rätt<TM>" sätt att göra:
Kod:
<?
header("Location: min_nya_sida.php");
?>
|
Lägg in i .htaccess-filen:
Kod:
# For PHP 4.x, use this:
AddType application/x-httpd-php .html
# For PHP 3.x, use this:
AddType application/x-httpd-php3 .html
Så borde det funkar!