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
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