I'm having a bit of difficulty installing the ads. I found out my server is apache - so this supports mod_rewrite and php? if so, all i have to do is drop .htaccess and passthru.php into my main_website_htm folder? Thanks!
Well if your server is apache than it will support both of those but usually not be default, in other words, you have to turn on support for both of those.
Open your httpd.conf and uncomment the following line #LoadModule rewrite_module modules/mod_rewrite.so Code (markup): That prevents mod_rewrite being executed