| Author |
Message |
Anonymous
|
Posted: 7 Aug 2006 19:24:59
Hello,
It is a great script but soemthing went wrong with my installation.
After install, I don't see Add Category button on the admin panel. And, When I go to the directory page, click on the link of Skalinks, the file url on the address bar looks like this, usmatch.info/resources/link_exchange_scripts/index.html , which generated 404 error.
However, if I changed from link_exchange_scripts/index.php, then it worked. Because I saw this php file on the link_exchange_scripts/ folder.
Please help.
thanks.
|
skalinks Admin
|
Posted: 7 Aug 2006 21:55:26
Hi
Just disable ModRewrite mod in Settings page.
But we strongly recomend this mod to be enabled ( You can ask your hosting support team about ModRewrite on your hosting. )
Thanks!
|
Anonymous
|
Posted: 8 Aug 2006 07:28:28
My hosting have Mod-Write enabled.
The only problem is the index.html file, instead of index.php
is there anything that we can modify from .htaccess file?
I really like this script.
Please help.
|
pasado Member
|
Posted: 8 Aug 2006 08:06:34
check the .htaccess file in skalinks root directory it should read something like this;
# BEGIN SkaLinks
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)detailed/listing\.php?link_id=([0-9]+) $1detailed/listing.php?link_id=$2
RewriteRule search_(.*)\.html search.php?$1
RewriteRule ^(.*)page([0-9]*)\.php $1index.php?page=$2
RewriteRule ^(.*)index.php $1index.php
</IfModule>
# END SkaLinks
This is what I have on my site.
|
Anonymous
|
Posted: 8 Aug 2006 09:02:33
My file look like this, but even I changed as yours, it still don't work.
# BEGIN SkaLinks
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)detailed/listing([0-9]+)\.html $1detailed/listing.php?link_id=$2
RewriteRule search_(.*)\.html search.php?$1
RewriteRule ^(.*)page([0-9]*)\.html $1index.php?page=$2
RewriteRule ^(.*)index.html $1index.php
</IfModule>
# END SkaLinks
|
pasado Member
|
Posted: 11 Aug 2006 06:08:48
Anon if you could email me your site details and add me as an admin (you can delete me once it is sorted) I will try to solve the problem for you.
neil.doherty2@googlemail.com
|