Page 1 of 1

[SOLVED] apache does not execute php files

Posted: Thu Jun 23, 2005 8:09 pm
by dethron
hi everyone,
i know the question is very easy, i just can't remember to add a new file extension to apache that contains php codes.

let say, i want to http://www.mypages.com/mypage.rmx my page that contains some php codes to execute. what is the fastest way to add .rmx file extension to apache server.

happy coding to all...

[ SOLVED ]

Posted: Thu Jun 23, 2005 8:43 pm
by dethron
well i found the answer :)

It is enough to add

AddType application/x-httpd-php .rmx

to httpd.conf file :))

happy coding