Astanda.com forums Forum Index

Rate ADP:   
Astanda.com forums

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

some problem with directory
Goto page 1, 2  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Astanda.com forums Forum Index -> ADP general forum
View previous topic :: View next topic  
Author Message
braveris1
Rookie


Joined: 01 Oct 2007
Posts: 5

PostPosted: Mon Oct 01, 2007 10:46 am    Post subject: some problem with directory Reply with quote

hello, I have couple directory and I have some problems
then I go here http://porninblogs.com/Mature/ and next page, I don't see any links but it must be 50 links in another page
can you help please
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Mon Oct 01, 2007 11:31 am    Post subject: Reply with quote

Are you using static pages or dynamic? What did you enter in Admin>main>Static filename & extension? What do you have in field CHMOD? Have you modified your .htaccess file to match the one that came with ADP 1.3?
study
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
braveris1
Rookie


Joined: 01 Oct 2007
Posts: 5

PostPosted: Mon Oct 01, 2007 12:45 pm    Post subject: Reply with quote

chmod is 777
and

and about .htaccess
I little bit change that because like this is was working http://porninblogs.com/Mature/ but like this directory wasn't working http://porninblogs.com/Mature

and here .htaccess

# enable mod_rewrite
RewriteEngine on

RewriteRule ^demo$ demo$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !/$
RewriteRule (.*) index.php?path=$1 [QSA,L]

RewriteRule ^(.*)/$ index.php?path=$1 [QSA,L]
RewriteRule ^(.*)/index.html$ index.php?path=$1 [QSA,L]
RewriteRule ^/$ index.php [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?path=$1&page=$2 [QSA,L]
RewriteRule ^index.html$ index.php [QSA,L]
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Mon Oct 01, 2007 6:25 pm    Post subject: Reply with quote

Are you using static pages or dynamic? What did you enter in Admin>main>Static filename & extension?
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
braveris1
Rookie


Joined: 01 Oct 2007
Posts: 5

PostPosted: Tue Oct 02, 2007 8:13 am    Post subject: Reply with quote

Static filename & extension: is
index.html

I don't now it's dinamyc or static pages
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Tue Oct 02, 2007 12:35 pm    Post subject: Reply with quote

Try to fix it with original .htaccess file to see if this was problem.
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
braveris1
Rookie


Joined: 01 Oct 2007
Posts: 5

PostPosted: Wed Oct 03, 2007 3:20 pm    Post subject: Reply with quote

but how to fix ?
Back to top
View user's profile Send private message
braveris1
Rookie


Joined: 01 Oct 2007
Posts: 5

PostPosted: Sun Oct 07, 2007 3:03 pm    Post subject: Reply with quote

so can somebody help me ?
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Sun Oct 07, 2007 8:34 pm    Post subject: Reply with quote

Undo the changes you've done to the script to see if this caused the error. Try to use the original ADP files to test things out. Dont forget to backup your files before testing.
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
newbiz
Corporal


Joined: 25 Sep 2007
Posts: 25

PostPosted: Mon Oct 08, 2007 3:52 pm    Post subject: Reply with quote

I have this problem too !

i didn't change any code ,

i have a (2574) link in Movies Directory

ART> MOVIE ,

i build static all categories and links with "One category per build" method ,

but when i check this directory :

i can't see any link in there scratch

please check this url :
http://7xlink.com/Arts/Movies/

I have this problem for some of other sub-categories but not all !

For Ex: Investing category are ok :
http://7xlink.com/Business/Investing/

when i checked the movies folder with FTP
I found
index.html .... index99.html !!!
with code ! but when i type the url in Browser i cant see the links Eh?

Please help me to solve this problem
Thank you
_________________
http://7xlink.com
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Mon Oct 08, 2007 6:12 pm    Post subject: Reply with quote

It looks like you have duplicate category names. This is a known bug, and there's a fix for it: http://astanda.com/forums/viewtopic.php?t=421
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
agentcandy
Rookie


Joined: 09 Oct 2007
Posts: 6

PostPosted: Wed Oct 10, 2007 7:11 am    Post subject: htaccess Reply with quote

Hi,

I have this in my htaccess
# enable mod_rewrite
RewriteEngine on

RewriteRule ^demo$ demo$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !/$
RewriteRule (.*) index.php?path=$1 [QSA,L]

RewriteRule ^(.*)/$ index.php?path=$1 [QSA,L]
RewriteRule ^(.*)/index.html$ index.php?path=$1 [QSA,L]
RewriteRule ^/$ index.php [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ index.php?path=$1&page=$2 [QSA,L]
RewriteRule ^index.html$ index.php [QSA,L]

Problem is that I have directories, like http://agentcandy.com/breezer/index.php

That works, but I wanted people to simply go to http://agentcandy.com/breezer

Any ideas?

Thanks

Jeff
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 01 Jan 1970
Posts: 582
Location: Somewhere on planet Earth ....

PostPosted: Wed Oct 10, 2007 7:30 am    Post subject: Reply with quote

Dont forget to use forums search feature: http://www.astanda.com/forums/viewtopic.php?p=1073#1073
_________________
Best regards,
Pavel Golovko
---------------------------
Help me help you. I'm not a God, and can not read your mind. If you got a problem, then please describe it well.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
lee_m
Rookie


Joined: 02 Dec 2007
Posts: 8

PostPosted: Mon Dec 03, 2007 8:32 pm    Post subject: Reply with quote

admin wrote:
Dont forget to use forums search feature:


Dosen't work properly!!

Whwn I search it just brings up the entire list.

Lee
Back to top
View user's profile Send private message Visit poster's website
darelis
Rookie


Joined: 23 Feb 2007
Posts: 4

PostPosted: Mon Dec 17, 2007 12:51 pm    Post subject: Reply with quote

I am still have this problem and nobody know how to repair this Sad I lost lot of seo traffic, admin please help
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Astanda.com forums Forum Index -> ADP general forum All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group