Mod_rewrite

I’ve read threads about OXID & mod_rewrite, at least all what google found. I still cann’t solve problem with RED mod_rewrite in Systemvoraussetzungen.

mod_rewrite enabled and activated, RewriteEngine is ON, shop is in DOCUMENT_ROOT and mod_rewrite [B]works[/B]. If I write rewrite rule for test it works.

www-data:www-data owns whole shop directory, .htaccess has 644 rights.

Debian squeeze, PHP 5.2.6 (downgraded from 5.3), OXID 4.2.0_23610 (I want to upgrade it but I’m not sure do I need to solve this problem with mod_rewrite before).

Any idea? Help!

you have an allready installed shop or do you want to install a new one?
Cause if you want to install a new shop you need to set chmod 777 for the .htaccess.

have a look at etc/apache2/sites-available/default
it must contain something like


...
...
<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
...
...

Try to set “AllowOverride All”

Thanks for help, I solved my problem. I used wrong ShopURL setting in config file.

using correct URL shall help sometimes! :slight_smile:

Thanks for getting back and telling the solution!