eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Installation and Updates

Installation and Updates No need to be a programming guru to get started with eSyndiCat Directory Software. Even a newbie can run installation process smoothly with solutions found here.

Reply
 
Thread Tools Display Modes
Old 06-22-2006   #1
Kassim
 
Join Date: Jun 2006
Posts: 4
Kassim is on a distinguished road
Default install problem

HI SIMON
THANKS FOR THE GREAT SCRIPT AND THE SUPORT WITH IT
I’M HAVING A PROBLEM IN INSTALLING IT
I TESTED IT ON MY PC BEFORE UPLOADING AND EVERY LOOKS FINE BUT AFTER I UPLOADED IT THERE IS A PROBLEM IN THE CATEGORY WHEN I CLICK ON ANY CATEGORY I GET PAGE NOT FOUD
HTTP://WWW.SYRIAHIT.COM/dir
I HOPE U CAN HELP ME WITH IT
Kassim is offline   Reply With Quote
Old 06-22-2006   #2
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Welcome to our support forum Kassim,

Make sure that you uploaded .htaccess file on your server and installed mod_rewrite on your web hosting.

Please, read this post or use search on the forum.
http://www.esyndicat.com/forum/about5873.html

In case if you suffer not success please let me know.
__________________
Best regards,
Sergey Ten
sten at intelliants.com
eSyndiCat Directory Script
Sergey Ten is offline   Reply With Quote
Old 06-22-2006   #3
Kassim
 
Join Date: Jun 2006
Posts: 4
Kassim is on a distinguished road
Default

HI Sergey
thank u for your replay
the mod_rewrite is on in my webhost
but for the .htaccess file i didn't see it with the script
i don't know from where i should upload it
i have one in the root of my web but it's emty
i hope u can help
with my thanks for your support
Kassim is offline   Reply With Quote
Old 06-22-2006   #4
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

Hi Kassim,

Please create .htaccess file with such code:

Code:
# enable mod_rewrite
RewriteEngine on

# 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]

# mod_rewrite rule for suggest link page
RewriteRule ^suggest-link([0-9]+).html$ suggest-link.php?id=$1 [QSA,L]

# mod_rewrite rules for new links page
RewriteRule ^new-links.html$ new-links.php [QSA,L]
RewriteRule ^new-links([0-9]+).html$ new-links.php?page=$1 [QSA,L]

# mod_rewrite rules for top links page
RewriteRule ^top-links.html$ top-links.php [QSA,L]
RewriteRule ^top-links([0-9]+).html$ top-links.php?page=$1 [QSA,L]

# mod_rewrite rules for popular links page
RewriteRule ^popular-links.html$ popular-links.php [QSA,L]
RewriteRule ^popular-links([0-9]+).html$ popular-links.php?page=$1 [QSA,L]

# mod_rewrite rules for editors links page
RewriteRule ^editor-links/index.html$ editor-links.php [QSA,L]
RewriteRule ^editor-links/index([0-9]+).html$ editor-links.php?page=$1 [QSA,L]

# mod_rewrite rules for view link page
RewriteRule ^(.*)/(.*)-l([0-9]+).html$ view-link.php?cat=$1&title=$2&id=$3 [QSA,L]

# mod_rewrite rules for news page
RewriteRule ^news.html$ news.php [QSA,L]
RewriteRule ^(.*)-n([0-9]+).html$ news.php?title=$1&id=$2 [QSA,L]

# mod_rewrite rules for additional pages
RewriteRule ^p(.*).html$ page.php?name=$1 [QSA,L]

# mod_rewrite rules for error pages
RewriteRule ^([0-9]+).htm$ error.php?error=$1 [QSA,L]

ErrorDocument 500 /dir/500.htm
ErrorDocument 404 /dir/404.htm
ErrorDocument 403 /dir/403.htm
ErrorDocument 401 /dir/401.htm
And upload it on your server.

Please post the result.
__________________
Best regards,
Sergey Ten
sten at intelliants.com
eSyndiCat Directory Script
Sergey Ten is offline   Reply With Quote
Old 06-23-2006   #5
Kassim
 
Join Date: Jun 2006
Posts: 4
Kassim is on a distinguished road
Default

HI Sergey
thank u very much it worked and every thing looks to be working fine
the script is great but your support is even better
thank u
Kassim is offline   Reply With Quote
Old 06-23-2006   #6
mikzer
 
Join Date: Jun 2006
Posts: 2
mikzer is on a distinguished road
Default

Hello
Thanks alot for this great script.
But unfortunately I have the same problem as Kassim had, when I click on a category, I get a 404. I definetly have uploaded the .htacces file, and my webhost (1and1) have mod_rewrite on.
Any help would be appreciated
Thank you

Anton

P.S: here is my site with the script http://www.my-webs.info
mikzer is offline   Reply With Quote
Old 06-23-2006   #7
WTM
Loyal User
 
WTM's Avatar
 
Join Date: Feb 2006
Location: Mockba - New York
Posts: 1,342
WTM is on a distinguished road
Send a message via Yahoo to WTM Send a message via Skype™ to WTM
Default

Quote:
Originally Posted by mikzer
Hello
Thanks alot for this great script.
But unfortunately I have the same problem as Kassim had, when I click on a category, I get a 404. I definetly have uploaded the .htacces file, and my webhost (1and1) have mod_rewrite on.
Any help would be appreciated
Thank you

Anton

P.S: here is my site with the script http://www.my-webs.info
Hey Anton,

I have this script working with 1&1.

All you need to do is find this line in the beginning .htaccess file:
Code:
# enable mod_rewrite
RewriteEngine on
and change it to:
Code:
# enable mod_rewrite
RewriteEngine on
RewriteBase /
WTM is offline   Reply With Quote
Old 06-27-2006   #8
mikzer
 
Join Date: Jun 2006
Posts: 2
mikzer is on a distinguished road
Default

Quote:
Originally Posted by WTM
Hey Anton,

I have this script working with 1&1.

All you need to do is find this line in the beginning .htaccess file:
Code:
# enable mod_rewrite
RewriteEngine on
and change it to:
Code:
# enable mod_rewrite
RewriteEngine on
RewriteBase /
Thank you very much WTM!
It works perfectly.
Thank you all for this great support.

Best Regards
Anton
mikzer is offline   Reply With Quote
Old 06-24-2006   #9
Sergey Ten
eSyndiCat Lead Developer
 
Sergey Ten's Avatar
 
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
Sergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the roughSergey Ten is a jewel in the rough
Default

2 Kassim,

You are welcome. I am so glad to help you.

2 mikzer,

WTM is right. Should try as WTM suggest.
__________________
Best regards,
Sergey Ten
sten at intelliants.com
eSyndiCat Directory Script
Sergey Ten is offline   Reply With Quote
Old 07-11-2006   #10
Simon Gooffin
Administrator
 
Simon Gooffin's Avatar
 
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,644
Simon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of lightSimon Gooffin is a glorious beacon of light
Default

offtopic:
I'm glad to see we have so helpful community. Thanks guys for your advice
__________________
Best Regards,
Web Directory Script, Auto Classifieds Script , Affiliate Management Script, Article Directory Script

Recommended Hosting

IF YOU NEED TO CONTACT ME DO THIS IN HELPDESK. All PMs will be ignored
Simon Gooffin is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:51 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources