PDA

View Full Version : Problem with html


Peter Miller
12-01-2006, 11:46 PM
hi,
i have problems to open the html-pages after installation of the script.
when i like to open new-links.html,top-links.html,popular-links.html or any other category page, i get a "page not found" error.
what could be wrong?
i have installed the script at another site it works perfect.
please help me.
peter

Dave Baker
12-01-2006, 11:52 PM
Hello peter,
Please read this article:
http://www.esyndicat.com/support/desk/knowledgebase/view/1.html

Peter Miller
12-02-2006, 12:20 AM
thanks for the link and sorry for my bad english.
i not understand what to do with -Adding RewriteBase-

Sergey Ten
12-02-2006, 07:14 PM
Hi, Peter!

You have to open your .htaccess file and add code:


RewriteBase /


For example:


# enable mod_rewrite
RewriteEngine on
RewriteBase /

# mod_rewrite rules for categories pages
RewriteRule ^(.*)/$ index.php?category=$1 [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]