Current location: Hot Scripts Forums » Programming Languages » PHP » htaccess/php problems. forcing ads on users pags


htaccess/php problems. forcing ads on users pags

Reply
  #1 (permalink)  
Old 02-01-06, 10:12 AM
urlguy urlguy is offline
Newbie Coder
 
Join Date: Feb 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy htaccess/php problems. forcing ads on users pags

Hi,

I'm helping a friend setting up a free-hosting service. For this he want to force ads on header/footer of all the users pages.

I have used this tutorial: http://www.developertutorials.com/tu...525/page2.html
to force ads on all users pages.

I currently have this in my .htaccess, which resides in the document root:
PHP Code:

AddHandler headered .htm

AddHandler headered 
.html

Action headered http
://www.domain.com/ad_test/ads/config.php 

Now.. when a user creates an account, it will be for example user1.domain.com or domain.com/user1.

When I view domain.com/user1/index.html it works fine, and ads are being displayed on the page.

But when I view user1.domain.com/index.html it says
"The requested URL /ad_test/ads/config.php/index.html was not found on this server"

But when I place the ad_test folder with all its contents in user1.domain.com it works great. Obviously im not able to do that, as the users would just remove that folder. So somehow its looking for ad_test in user.domain.com instead of looking for it in domain.com..

If it matters, here's how the config.php looks like:
PHP Code:

$header "header_advert.html";

$header "footer_advert.html";
$file $_SERVER["PATH_TRANSLATED"];
readfile($header);
readfile($file);
readfile($footer); 
Anyone got any idea how I can solve this?

Thanks in advance for all replies!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 06:29 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.