Page 1 of 1

Problem on installation

PostPosted: 30 May 2014, 19:57
by rapha001
Hello, I am trying to install Open Real Estate
I am getting this :
Для установки продукта необходима поддержка mod_rewrite!

here My PHPINFO : http://www.really.sx/php.php

Thank you for any help

Re: Problem on installation

PostPosted: 31 May 2014, 09:18
by Xpycm

Re: Problem on installation

PostPosted: 01 Jun 2014, 06:40
by rapha001
Thank you,

actually, the problem came from the .htaccess file, it was not uploaded because MacOS hide those type of file...

*PARDON*

Re: Problem on installation

PostPosted: 22 Jun 2014, 17:51
by giddion
I'm having the same problem getting 1.8.2 to install.

I know mod_rewrite is working and the .htaccess is also in place because if I go to
http://far.giddion.com/bob/ I get the same output

Для установки продукта необходима поддержка mod_rewrite!

I have also checked permissions are set 777 on the required files and folders.

The required modules are installed
http://far.giddion.com/info.php

Re: Problem on installation

PostPosted: 24 Jun 2014, 21:58
by giddion
Fixed it myself. Site working fine now. Changed the order of lines in the .htaccess file
Code: Select all

RewriteEngine on

RewriteRule 
^install\/ ./index.php?r=install/main/index [L,QSA]

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php
DirectoryIndex index
.php

addDefaultCharset utf
-8

Re: Problem on installation

PostPosted: 17 Jul 2014, 19:57
by pedroqpl
Hi.

I'm getting the same error:

Для установки продукта необходима поддержка mod_rewrite!

this is my .htaccess file:

RewriteEngine on
RewriteRule ^install\/ ./index.php?r=install/main/index [L,QSA]
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
DirectoryIndex index.php
addDefaultCharset utf-8

To install i type: localhost/install

I also have restarted apache . What can i do more?

thanks

Re: Problem on installation

PostPosted: 21 Jul 2014, 06:40
by Koduc
pedroqpl wrote:I also have restarted apache . What can i do more?

thanks


Try to remove /install folder from root of site.

Re: Problem on installation

PostPosted: 22 Jul 2014, 17:36
by pedroqpl
I can't remove /install folder because i never installed the application.

It gives the message: NOT FOUND! The requested url was not found on this server.

Help please!!

Re: Problem on installation

PostPosted: 23 Jul 2014, 09:31
by fisher
Please check whether the mod_rewrite module is enabled