>for the browser to refetch the file after 1 hour. However PHP appears >not to be parsed inside of files named ".rdf", so I had to use ">.rdf.php" instead. However all my existing update files are named ">.rdf". Is there a mozdev configuration option to allow parsing of PHP >inside .rdf files?
Create a file named .htaccess in the directory containing update.rdf (with the PHP code). In .htaccess, add this line: AddType application/x-httpd-php .rdf This should instruct apache to treat .rdf files in that directory as PHP files. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
