.htaccess and Apache 2

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
faglork

.htaccess and Apache 2

Post by faglork »

Hi,

just wanted to point out that there may be a slight problem in the standard htaccess.txt shipping with CMSMS.

Code: Select all

RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
should - in case of apache 2 - read

Code: Select all

RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
since [NC] is not supported in this case - at least on my machine -  and the error log will fill up like crazy ...


Can someone please confirm this?
Or is this a configuration issue?

hth,
Alex
moorezilla

Re: .htaccess and Apache 2

Post by moorezilla »

I had to remove that as well.
Pierre M.

Re: .htaccess and Apache 2

Post by Pierre M. »

Hello,

please provide an official pointer to information about this change. I haven't found such an information in the 2.x changelogs.
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html seems still OK with [NC].

Pierre M.
Locked

Return to “[locked] Installation, Setup and Upgrade”