View Full Version : PHP Directory Problems
emil2k
Jan 18th 2006, 7:35 am
I have this web directory here http://webhostic.com and for some reason it doesnt show the PR of the sites next to each listing? Any ideas how I can fix this also...
Also when I make the friendly URL option a Yes it gives me 404 errors when I click on subdirectory? And my server does have mod_rewrite
Any Ideas?
THanks for any help :confused:
Big 'G'
Jan 18th 2006, 8:28 am
have you modded the script at all....
With out seeing the .htacces file hard to say why 404 error given
WhatiFind
Jan 18th 2006, 8:32 am
I believe these questions could better be asked here: http://www.phplinkdirectory.com/forum/
If you're host is godaddy it's very likely that mod_rewrite is not supported.
The mod_rewrite should look like this: RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
neterslandreau
Jan 18th 2006, 8:34 am
I have this web directory here http://webhostic.com and for some reason it doesnt show the PR of the sites next to each listing? Any ideas how I can fix this also...
PR is a Google thing and you will have to calculate it yourself. I don't recall exactly where the algorithim is but if you search this forum, I know it's around somewhere.
Also when I make the friendly URL option a Yes it gives me 404 errors when I click on subdirectory? And my server does have mod_rewrite
Not knowing anything about the software you are using for your site my only advice is to read the docs and experiment.
emil2k
Jan 18th 2006, 11:40 pm
So can anybody help me I disabled this option currently but would like to have it fixed...
I was recommended to ask a guy named David? Can someone please tell him of my problem...
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.