If my webserver is running on an alternate port, what changes are needed in the in the .htaccess for the rewrite rules to make this work?
Right now when I type http://www.example.com:8000/dolphin/, it instead changes it to http://www.example.com/dolphin/.
The $site['url'] value is set correctly in /inc/header.inc.php, so I assume it is just a matter of the rewrite rules needing to be changed.
Thank You.