Re: [phpodpworld-users] I can open only the first page
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2007-07-31 07:35:27
|
* Lonh Samdy <sam...@gm...> [2007-07-31]: > Hi developer, > > i have some problem regarding using your phpodpworld3.0 software which i use > to create web directory base on ODP DMOZ Project. > i do as you instruct on the website but after i complete i could open only > the first page. when i try click on the link on each sub category it respose > error page like the following: > > The requested URL /phpodpworld/Kids_and_Teens/Entertainment was not found on > this server. > > and i check my directory but i could not see any folders like > Kids_and_Teens. > > What is the problems? can you help me solve it. In config.inc.php you have enabled rewrite, but you haven't added a .htaccess file. From the config file: // Use (Apache) rewrite rules to get prettier URLs to categories - must be // accompanied by a suitable .htaccess-file. (true/false) $config["use_rewrite"] = false; You have set this one to "true". Set it back to "false" or do as you are told - there are two example .htaccess files. Hans |