|
add rewrite rule
RewriteRule /(perl.*)$ http://127.0.0.1:82/$1 [P]
at vhost configuration level.
If you use LiteSpeed with cPanel by reading httpd.conf, I would suggest use "Apache Handled Content" I suggested earlier, especially for shared hosting. For single large web site, you can use the rewrite rule.
|