Quote Originally Posted by alan145 View Post
I just installed Simple SEO URL, when i open the web site, i can only open main page, but when i click other page, it can't open,
the page display as following:

Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.

Error 404
127.0.0.1
08/28/09 22:07:07
Apache/2.2.9 (APMServ) mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6

Could you tell me how to do that
sounds like a htaccess problem... i had that type of error too

copy and paste this below

#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. # If you use root folder, change to: RewriteBase /
RewriteBase /

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

found at http://wiki.rubikintegration.com/zen...u/installation

Check with your host if this doesnt work, i required an additional line to suit their systems