Re: [us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-09 Thread Matus UHLAR - fantomas
On 03/04/2010 05:53 PM, Dan Poirier wrote: Or just don't use IfModule in your own configuration. The only real reason to use it is in example configurations for other people, where you don't know if a given module has been loaded. If you're configuring your own server, presumably you

Re: [us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-04 Thread Dan Poirier
Or just don't use IfModule in your own configuration. The only real reason to use it is in example configurations for other people, where you don't know if a given module has been loaded. If you're configuring your own server, presumably you intend for that module to be loaded. Better to have

Re: [us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-04 Thread J. Bakshi
On 03/04/2010 05:18 PM, Nilesh Govindarajan wrote: On Thu, Mar 4, 2010 at 2:40 PM, Igor Cicimov icici...@gmail.com mailto:icici...@gmail.com wrote: See the name of the module in the LoadModule line in the config file On Mar 4, 2010 6:16 PM, J. Bakshi joyd...@infoservices.in

Re: [us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-04 Thread J. Bakshi
On 03/04/2010 05:53 PM, Dan Poirier wrote: Or just don't use IfModule in your own configuration. The only real reason to use it is in example configurations for other people, where you don't know if a given module has been loaded. If you're configuring your own server, presumably you intend

[us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-03 Thread J. Bakshi
Hello list, Here in debian lenny the rewrite rules are working well. I have checked by this .htaccess and successful DirectoryIndex index.php RewriteEngine On #RewriteRule ^typo3$ - [L] #RewriteRule ^typo3/.*$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond