|
Managed to fix this. I have added aliases for each of the link in this category. Used a php script to fetch all the links in healing category and this itemid links are added as aliases to real links . These is added to joomsef_aliases table and now everything is working fine. :)
|
Joomsef not working ...
|
Posted 11 years, 9 months ago
by alwinaugustin
|
|
I turned on the debug mode and it displays the following quries :
SELECT `a`.`vars`, `u`.`sefurl`
FROM `jos_sefaliases` AS `a`
INNER JOIN `jos_sefurls` AS `u`
ON `u`.`id` = `a`.`url`
WHERE `a`.`alias` = 'main-healing-lessons.html'
AND `u`.`trashed` = '0'
SELECT `file`, `params`
FROM `jos_sefexts`
SELECT *
FROM `jos_sefurls`
WHERE ((`sefurl` = 'main-healing-lessons.html') OR (`sefurl` = 'main-healing-lessons.html/'))
AND (`origurl` != '')
AND (`trashed` = '0')
ORDER BY `priority`
LIMIT 1
It is selecting where `sefurl` = 'main-healing-lessons.html' where it should be `sefurl` = 'healing/main-healing-lessons.html' This is happening for only one category called healing. For all the other categories everything is working fine. Can some one have a look here ?
|
Joomsef not working ...
|
Posted 11 years, 9 months ago
by alwinaugustin
|
|
|
Joomsef not working ...
|
Posted 11 years, 9 months ago
by alwinaugustin
|
|
This domain is actually added as an addon domain to the new server. If I use the complete url for the domian, I mean healing.xxxxx.org/index.php?Itemid-216 everything is working fine. Need to change something somewhere But don;t know what is . Please help me,
|
Joomsef not working ...
|
Posted 11 years, 9 months ago
by alwinaugustin
|
|
For me, Joomsef is working for most of the links. I have moved my website to a new host and it is showing 404 for only some links. My client actually linked using itemid only and these links are showing 404. For eg : index.php?Itemid=216 is redirecting incorrectly. It is not taking the category section. It has to be redirected to healing/main-lessons.html ,but it is redirecting to mainlessons.html only and showing 404. how can I fix this. Only URLs in the categosy healing has got this issue I think. I have .htaccess enabled and Rewritebase is correct. Also there is no changes to any other sections as I copied the complete DB and site files. This will be very helpful if anyone can help e as this is urgent,
|
Joomsef not working ...
|
Posted 11 years, 9 months ago
by alwinaugustin
|
More |