<?php $subpath = str_replace('//', '/', $argv[1] . '/'); $content = file_get_contents('.htaccess'); $content = str_replace("/(index|upgrade/upgrade)", "$subpath(index|upgrade/upgrade)", $content); file_put_contents('.htaccess', $content);