looking for a php script which dynamically creates pages by following links

Discussion in 'Apache' started by beachboy77, Jan 7, 2007.

  1. #1
    I'm not an expert on this subject but I lost some files on one of my computer and they included a php script I've used to dynamically create pages by following links/keywords.

    Does anyone have or know where I can get another copy of what I refered to as the magic script?

    typically I'd insert it at the end of this .htaccess file


    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName www.domain.com
    AuthUserFile /home/domain/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/domain/public_html/_vti_pvt/service.grp
    AddType application/x-httpd-php .htm .html .php

    RewriteEngine on
    RewriteRule ^(search*)(.*)/(.*) search.php?keyword=$3

    I'd insert it here, change the file name, and upload to server.


    Thanks in advance for any and all of your help,
     
    beachboy77, Jan 7, 2007 IP