PDA

View Full Version : Page Not Found Error


Amanda Pinkston
12-11-2005, 08:32 PM
Hi! I have the program installed but now when I check it:

http://www.thecraftcafe.com/dir

and try to click on new links, top links or popular links the page is not found. The target is .html when it should be .php but I'm not sure how/if I can change that. Please help!

Thanks!

Amanda Pinkston

Greg
12-11-2005, 08:54 PM
Amanda this is not an area I can help much with (sorry)
But it could be a mod-rewite issue.
You could check if your server has:
1. apache 1.33 with mod_rewrite
2. mysql 4.0
3. php 4.3

or wait for Simon to give you a hand. It's very early moring where he's located so it won't be awhile till he can help you. But he will. :)

Greg

echopulse
12-12-2005, 02:40 AM
Yes, I agree with RadioGuy. Has to be a mod rewrite problem. Check with your webhost.

Simon Gooffin
12-12-2005, 06:19 AM
well, I see you do have mod_rewrite on your server. Please check if you uploaded .htaccess file in your script directory. It is hidden and possible you forget to upload it. you can find it in script archive

CU2
12-25-2005, 09:24 AM
Try:

RewriteBase /<path to scripts>

..in your <dot>htaccess file. I had to add this to get past the page not found errors.

Should not have a trailing slash and "<path to scipts>" is meaning a real path like /stuff/eSyndiCat

It may take a few tries to get the path right.


PS: Simon, is your host packet filtering <dot>htaccess (with the ".")? I got a server error and it went away after removing the period.

Simon Gooffin
12-26-2005, 07:11 AM
welcome to our support forums CU2 :)
no.. I do not have any problems with .htaccess.. may be temporary problem.

adi
07-29-2006, 10:57 PM
First of all, Hello!
My host doesen't have access to rewrite mode, and i don't have CC to pay eSyndicat PRO script (and money of course - sorry for that).
If exists any solutions for this problem, please tell me.

Regards,
Adi

PS. Sorry for my bad English.

Sergey Ten
07-29-2006, 11:14 PM
Welcome to our support forum adi,

Unfortunately, just PRO vesion of the eSyndiCat can work without mod_rewrite module.

adi
07-30-2006, 09:58 AM
Ok, I understand.

Loren
07-30-2006, 01:05 PM
Hi Adi

Just looked at your site and your original problem about links not being found is working now, ie i can see your pages.. Did you fix the problem? And if so how? :)

adi
07-30-2006, 05:07 PM
For links, I edit the layout.php file in %template% folder. (i think is legaly, no ?)
But my problem is category.. not header links.

Well, i think is wrong topic, right ?

Simon Gooffin
08-01-2006, 05:54 AM
I edit the layout.php file in %template% folder. (i think is legaly, no ?)
welcome,
sure you can modify the code and template files.