I have a problem with the script. when I test it as subdomain in another domain name, it works so fine, but when i confi. it to the main domain which is www.directoryhi.info . the first page is ok, but if you start to click on any Category it will appear error page. Anyone has solution on this?
Not sure what to do with it, I would be appreciated if you can help: #php_flag session.use_trans_sid off AddType application/x-httpd-php .xml Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteRule ^payment/$ payment/index.html [L] #RewriteRule ^(.*)/(.*)/(.*)/(.*)/$ links.php?pageNum_lista=$1&totalRows_lista=$2&categ=$3&link=$4 [L] RewriteRule ^(.*)/(.*)/(.*)/$ list.php?pageNum_lista=$1&totalRows_lista=$2&categ=$3 [L] RewriteRule ^(.*)/(.*)/(.*)/(.*).html$ category.php?pageNum_lista=$2&totalRows_lista=$3&category=$4 [L] RewriteRule ^(.*)/(.*)/(.*).html$ links.php?pageNum_lista=$1&totalRows_lista=$2&categ=$3 [L] RewriteRule ^(.*)/(.*).html$ details.php?ucat=$1&wseoname=$2 [L] RewriteRule ^(.*)/(.*)/$ /changebid.php?name=$1&ucat=$2 [L] RewriteRule ^(.*)/$ category.php?category=$1 [L] RewriteRule ^(.*).html$ list.php?categ=$1 [L]
well, let me explain, I test in as sub domain like: www.misskhmer.tv/directoryhi and the script is 100% working perfectly. but when I confi. to the main domian name www.directoryhi.info it appear to be error with the category. I don't know why?
It doesn't work in both of those links you supplied, it looks like your host does not support mod_rewrite.
no, for the www.misskhmer.tv/directoryhi, it works so well, because i confi. to the maindomain www.directoryhi.info that's why it doesn't work in misskhmer.tv/directoryhi.
you dont have to do anything... you just place the .htaccess file in the root folder of the script this file must be given to you with the script... just place this file that's it
okay... just do this... reupload... all files in your ftp... including your .htaccess file and then again do the installation... i hope it will work... but just delete the current installation... ---OR---- in your .htaccess file just do this as you have -------- "RewriteEngine on" just put off and tell me if it works
I try to put off already, but still. I will delete all and re upload and hope it will work. Thank you so much, and I will let you know when I finish upload. maybe tomorrow, it is kinda late in here 2:41 am in California. Thank again.