Quote:
Originally Posted by Marco van Herwaarden
- Webserver config.
- .htaccess
- Page redirect
|
Doesn't matter much. If it's configured in the Webserver but still AllowOverride is set Apache will still look for .htaccess.
For - for VB fastest would be something like:
Quote:
<Directory /where/ever/vb/is/installed>
AllowOverride None
Options None
...
</Directory>
|
Then setting a redirect via mod_rewrite or some META redirect via a small HTML page from the old location.