How do I integrate Power Redirector into my website?


Open the page in your favorite editor and add the following code to the top of your page:

<?php include('/home/winrewar/public_html/inc/redir.inc.php'); ?>


You have to rename the extension of the file to .php

for example: index.html should be renamed to index.php

Back