[SOLVED] apache does not execute php files

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

[SOLVED] apache does not execute php files

Post 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...
Last edited by dethron on Thu Jun 23, 2005 8:43 pm, edited 1 time in total.
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

[ SOLVED ]

Post by dethron »

well i found the answer :)

It is enough to add

AddType application/x-httpd-php .rmx

to httpd.conf file :))

happy coding
Post Reply