Re: [phpodpworld-users] I can open only the first page
Status: Beta
Brought to you by:
hansfn
From: Lonh S. <sam...@gm...> - 2007-07-31 10:26:55
|
Thanks alot. it works pretty well now. Samdy On 7/31/07, Hans F. Nordhaug <Han...@hi...> wrote: > > * 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > phpodpworld-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpodpworld-users > |