Bruce Bertrand wrote:
When I change my LocalSettings.php and .htaccess (following the user guide's directions on rewrite rules) the URL rewrite happens. In other words, my browser tries to get "http://my.url.here/Main_page".
BUT, this results in a "Not found" error (404).
Can you confirm that you can use rewrite rules in an .htaccess on your setup? Try something very simple like:
RewriteEngine on RewriteRule ^/fake.html /real.html
-- brion vibber (brion @ pobox.com)