Default 404 Not found oxseo.php

Short of bashing my head against the office wall upon being repeatedly confronted with a 404 Not Found error, I realized that I was using the wrong path for RewriteBase in .htaccess file. The exact error was:

Code:
The requested URL /home/oxid/pubweb/4_2_0/oxseo.php was not found on this server.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny4 with Suhosin-Patch Server at 192.168.253.129 Port 80
If anyone faces this on your OXID installations, this could be your fix, too.

We were using:
Code:
RewriteBase /home/oxid/pubweb/4_2_0/
Instead we should have been using:
Code:
RewriteBase /oxid/
.. where the target URL is http://192.168.253.129/oxid/, (being used to put together a Debian 5.0 Lenny Virtual Machine for OXID 4.2)
__________________
Zu unseren Kernkompetenzen zählen die Umsetzung OXID e-Shops, Modul-Entwicklung und die Entwicklung externer Schnittstellen. Bitte sprechen Sie uns jederzeit unter +49-711-7947-2394 oder oxid@euroblaze.de an!

# Die neueste (und ältere) OXID Shops für Demo
# Weitere Infos über unsere OXID-Programmierung-Expertise

Last edited by euroblaze; 02-16-2010 at 09:33 AM.
Reply With Quote