RE: [Project] KS Random Avatar Script
Put this in the directory
IndexIgnore *
<Limit GET POST >
order allow,deny
allow from all
</Limit>
RewriteEngine on
RewriteRule nameofjpg.jpg nameofphp.php [T=application/x-httpd-cgi]
And maybe have a configuration screen that writes the htaccess file and replaces nameofjpg.jpg with what they chose
|