Server configuration

Upon running OXID I get this one error that prevents me from setting up OXID.

“apache mod_rewrite module”

There’s a little red light next to it…how do I make it green :)?

D.

Hi D.,

  • could you make sure contacting your provider that the apache module mod_rewrite is loaded and “AllowOverride” is enabled in httpd.conf?
  • make sure an own .htaccess is allowed by the provider
  • make sure a .htaccess file is in your shop root folder
  • some providers expect the value “Rewrite Base /” for the shop root or “RewriteBase /oxid/” if you installed in a sub-folder. This value has to be set in .htaccess as well.

Best

Hi, a client of our hosting company is trying to install OXID eShop and has the same error:
Server configutation: RED apache mod_rewrite module

I’ve checked your solution but did not work. We have mod_rewrite enabled and .htaccess is parsed properly. This error is on the installation screen and there is no .htaccess file generated.

Can you please give us more solution options?

I can provide you with more server config stats if needed.

Thanks,
Maiahost Support.

What do you mean by

and there is no .htaccess file generated
?
Actually, a .htaccess file is delivered with the package and might have to be complemented with RewriteBase /

However, would you like to give me a test account (by PN)?

Regards

Hi Marco and D.
I just followed your instruction and got everything green. By enabling “AllowOverride All” on httpd.conf I’m ready to setup OXID now. I’ll try to find a more restrictive option thou.

Thanks a million!

Hi legarbo,

By enabling “AllowOverride All” on httpd.conf

Right, this one is very tricky, isn’t it?

Thanks for your feed back anyway :slight_smile:

[QUOTE=Marco Steinhaeuser;11951]What do you mean by
?
Actually, a .htaccess file is delivered with the package and might have to be complemented with RewriteBase /

However, would you like to give me a test account (by PN)?

Regards[/QUOTE]

we can not find any .htaccess file in the zip downloaded from yor website and my server

show

root@xxx:~# sudo a2enmod rewrite
Module rewrite already enabled

but install page show RED any help

There must be an .htaccess which is actually hidden in NIX systems. Where exactly did you download the package?

i cannot see any hidden file look below

root@xxxx:/var/www/clients/client1/web11/web/123# ls -a
. config.inc.php getimg.php oxseo.php tmp
… COPYING index.php pkg.info widget.php
admin core log pkg.rev xd_receiver.htm
application documentation modules README
bin export offline.html robots.txt
bootstrap.php favicon.ico out setup

i download from here http://www.oxidforge.org/downloads

Hi and a Happy New Year!

Just checked it from the regular download page:

It contains .htaccess, the entire structure shall look like this:

marco@cichlide ~/Downloads/OXID_ESHOP_CE_4.9.6 $ ls -la
total 148
drwxr-xr-x 13 marco marco  4096 Jan  4 11:27 .
drwx--x--x 12 marco marco  4096 Jan  4 11:26 ..
drwxr-xr-x  2 marco marco  4096 Oct 14 16:28 admin
drwxr-xr-x  7 marco marco  4096 Oct 14 16:28 application
drwxr-xr-x  2 marco marco  4096 Oct 14 16:28 bin
-rw-r--r--  1 marco marco  1635 Oct 14 16:28 bootstrap.php
-rw-r--r--  1 marco marco  8111 Oct 14 16:28 config.inc.php
-rw-r--r--  1 marco marco 35821 Oct 14 16:28 COPYING
drwxr-xr-x 13 marco marco  4096 Oct 14 16:28 core
drwxr-xr-x  5 marco marco  4096 Oct 14 16:35 documentation
drwxr-xr-x  2 marco marco  4096 Oct 14 16:28 export
-rw-r--r--  1 marco marco  1150 Oct 14 16:28 favicon.ico
-rw-r--r--  1 marco marco  1651 Oct 14 16:28 getimg.php
-rw-r--r--  1 marco marco  2235 Oct 14 16:28 .htaccess
-rw-r--r--  1 marco marco   964 Oct 14 16:28 index.php
drwxr-xr-x  2 marco marco  4096 Oct 14 16:28 log
drwxr-xr-x  4 marco marco  4096 Oct 14 16:35 modules
-rw-r--r--  1 marco marco    66 Oct 14 16:28 offline.html
drwxr-xr-x  8 marco marco  4096 Oct 14 16:35 out
-rw-r--r--  1 marco marco  1277 Oct 14 16:28 oxseo.php
-rw-r--r--  1 marco marco   180 Oct 14 16:28 pkg.info
-rw-r--r--  1 marco marco    40 Oct 14 16:28 pkg.rev
-rw-r--r--  1 marco marco  1078 Oct 14 16:28 README
-rw-r--r--  1 marco marco  1814 Oct 14 16:28 robots.txt
drwxr-xr-x  7 marco marco  4096 Oct 14 16:28 setup
drwxr-xr-x  2 marco marco  4096 Oct 14 16:28 tmp
-rw-r--r--  1 marco marco   970 Oct 14 16:28 widget.php
-rw-r--r--  1 marco marco   297 Oct 14 16:28 xd_receiver.htm