Forum Moderators: phranque
RewriteRule ^directory/$ /cgi-bin/script.pl
I setup a subdomain and thought I could redirect the same way but it's not working.
RewriteRule ^subdomain.domain.com/$ /cgi-bin/script.pl
Should I be changing settings in httpd.conf or is my above rewrite incorrect?