On 5/5/05, Mathieu Dumoulin <[EMAIL PROTECTED]> wrote:
> We have here at work a simple .htaccess that redirects all requests to
> an index page which works fine so far. I'll show you the code of the
> .htaccess you can use it if you can't to, it works perfectly fine.
>
> AddType application/x-http
We have here at work a simple .htaccess that redirects all requests to
an index page which works fine so far. I'll show you the code of the
.htaccess you can use it if you can't to, it works perfectly fine.
AddType application/x-httpd-php .html
RewriteEngine on
RewriteBase /
RewriteRule ^$ - [QS
2 matches
Mail list logo