ForceType application/x-httpd-php eller om du inte kommer åt httpd.conf gör följande ändringar i .htacess ForceType application/x-httpd-php Skapat en fil som heter produkter ( OBS! Utan efternamn ) */ $URL_STR = $REQUEST_URI; $URL = explode("/",$URL_STR); $FILE = $URL[ count($URL)-1 ]; $FIL_TYP = strtolower(substr( $FILE,strrpos ( $FILE ,"." )+1)); $FILNAME = strtolower(substr( $FILE,0, strrpos ( $FILE ,"." ) )); $ARTNR = strtolower(substr( $FILNAME,strrpos ( $FILNAME ,"." )+1)); $HTTP_GET_VARS['cPath'] = "40"; // http://www.okit.se/index.php/cPath/32 $TITLE_SPEC="Antivirus"; include "index.php"; ?>