![]() |
![]() |
![]() |
|
|||||||
| 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. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Jun 2006
Posts: 4
![]() |
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 |
|
|
|
|
|
#2 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
![]() ![]() ![]() ![]() |
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 |
|
|
|
|
|
#3 |
|
Join Date: Jun 2006
Posts: 4
![]() |
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 |
|
|
|
|
|
#4 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
![]() ![]() ![]() ![]() |
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 Please post the result.
__________________
Best regards, Sergey Ten sten at intelliants.com eSyndiCat Directory Script |
|
|
|
|
|
#5 |
|
Join Date: Jun 2006
Posts: 4
![]() |
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 |
|
|
|
|
|
#6 |
|
Join Date: Jun 2006
Posts: 2
![]() |
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 |
|
|
|
|
|
#7 | |
|
Loyal User
|
Quote:
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 Code:
# enable mod_rewrite RewriteEngine on RewriteBase /
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
|
#8 | |
|
Join Date: Jun 2006
Posts: 2
![]() |
Quote:
It works perfectly. Thank you all for this great support. Best Regards Anton |
|
|
|
|
|
|
#9 |
|
eSyndiCat Lead Developer
Join Date: Apr 2006
Location: Kyrgyzstan, Bishkek
Posts: 6,592
![]() ![]() ![]() ![]() |
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 |
|
|
|
|
|
#10 |
|
Administrator
Join Date: Sep 2005
Location: Intelliants LLC
Posts: 8,644
![]() ![]() ![]() ![]() ![]() ![]() |
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 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|