The requested page could not be found

I’m sure this one is pretty simple to solve, but couldn’t find anything in the forums.

I get errors like:

The requested page ‘/Privacy-Policy/’ could not be found.
The requested page ‘/Help-Main/’ could not be found.
The requested page ‘/en/guestbook/’ could not be found.
The requested page ‘/en/contact/’ could not be found.

This is caused by URL rewriting? But mod-rewrite is on, and I also have the .htaccess file.
The software is installed in my root directory.

The htaccess file looks like this:

<IfModule mod_rewrite.c>

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} oxseo.php$
RewriteCond %{QUERY_STRING} mod_rewrite_module_is=off
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]

RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(.html|/|.jpg|.css|.pdf|.doc|.gif|.png|.js)$ %{REQUEST_URI}/ [R=301,L]

RewriteCond %{REQUEST_URI} !(/admin/|/core/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.html|/)$ oxseo.php

</IfModule>

disabling log file access from outside

<FilesMatch “(EXCEPTION_LOG.txt|.log$|.tpl$)”>
order allow,deny
deny from all
</FilesMatch>

Options -Indexes
DirectoryIndex index.php index.html

Hello,

I actually don’t think it’s a .htaccess issues as probably all other links (categories, products) are working? Do you have a link for me or is it locally installed?

Regards

http://www.hubtechnik.org/oxid2/en/oxid-oxid/oxid/oxid/400060.html

getting

want to copy oxid folder to oxid2 folder but getting error where to change the folder name?

Hi rafiqbryan,

adjust it in config.inc.php. Don’t forget to clear the tmp folder.

Regards

And RewriteBase / should read RewriteBase /oxid2/