is there any to config this so it will display 2 files at once instead of once.
for example if i visit http://www.po2.net/tmp.php
it will first display http://www.po2.net/test.php then after display that it will display http://www.po2.net/tmp.php
understand?
im thinking about making a phpBB mod that will allow people to host websites to its users.
Problem is, people want a feature to be able to include a banner in the header or footer.
so when people upload test.html, they want a banner at the top of all there html or at the bottom. so i figured there might be a way to do that with the htaccess file.
.htaccess
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
auto_prepend_file
I think you should be able to do:although I haven't tried it.
I think you should be able to do:
Code: Select all
php_value auto_prepend_file "/full/path/to/file.php"-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am