PDA

View Full Version : install problem


Kassim
06-22-2006, 12:05 PM
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

Sergey Ten
06-22-2006, 02:44 PM
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.

Kassim
06-22-2006, 08:47 PM
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

Sergey Ten
06-22-2006, 11:36 PM
Hi Kassim,

Please create .htaccess file with such 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.

Kassim
06-23-2006, 09:53 AM
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

mikzer
06-23-2006, 12:48 PM
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

WTM
06-23-2006, 04:34 PM
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:# enable mod_rewrite
RewriteEngine on
and change it to:# enable mod_rewrite
RewriteEngine on
RewriteBase /

Sergey Ten
06-24-2006, 03:44 PM
2 Kassim,

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

2 mikzer,

WTM is right. Should try as WTM suggest.

mikzer
06-27-2006, 04:10 PM
Hey Anton,

I have this script working with 1&1.

All you need to do is find this line in the beginning .htaccess file:# enable mod_rewrite
RewriteEngine on
and change it to:# enable mod_rewrite
RewriteEngine on
RewriteBase /

Thank you very much WTM!
It works perfectly.
Thank you all for this great support.

Best Regards
Anton

Vasily B.
07-11-2006, 07:44 AM
offtopic:
I'm glad to see we have so helpful community. Thanks guys for your advice :)

ktatgenhorst
02-26-2011, 07:00 PM
Hi,

I have been working all morning on setting up my new directory with your software. I was getting the same 404s and I just wanted to say thanks for maintaining this forum. Nothing is better with new software than having a well maintained forum. Your tip got the problem fixed right away, thank you!

Karl