Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_actions Action text/html /index.php doesn't work

Status
Not open for further replies.

drazz

Programmer
Oct 13, 2002
2
NL
Hi all

A while ago i transferred my website to a linux based webserver. We're running apache and all modules are enabled.

When my site was on windows i used a .htaccess file to tell apache to parse every html file by a php file i specified. Next is the .htaccess file:

-
.htaccess

Action text/html /index.php?page=
-

This gave the index.php the assignment to open the html file.

Now i am on linux this doesn't work anymore. But i am sure i've set everything like i did on the windows box..

please help me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top