On Saturday 29 May 2004 02:41 am, Brion Vibber wrote:
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)
Nope! The above entries for .htaccess do nothing. Do you know of any other way to do this (if it's possible)? This is odd though, as rewrite used to work for this server. They just moved to a new datacenter this past weekend, but the config files shouldn't have been changed.
How can I see the apache configuration? (the actual config files aren't readable by my account. it's a shared host)
Bruce