Re: [PHP] need help on .htaccess

2005-05-05 Thread Greg Donald
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

[PHP] need help on .htaccess

2005-05-05 Thread Mathieu Dumoulin
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