Good Morning,
i am having a problem renaming two URL´s, once i have renamed them they end in an 404 Error.
The two URL´s that are making problems are looking like this:
- Non-SEF: index.php?option=com_virtuemart&category_id=3&flypage=flypage-ask.tpl&lang=de&page=shop.product_details&product_id=18&Itemid=84
- Original SEF by JoomSEF: brainwave-cd-theta.html
- How the URL should look like: de/produkte/entspannungs-cds/brainwave-theta.html
The original SEF created by JoomSEF is working perfectly but once i rename them, i am getting an 404 Error from Joomla "Component not found". When i do a debug output like "var_dump(JRequest::get('get'));", in the error window, it is showing only this output:
array(4) {
["lang"]=>
string(2) "de"
["format"]=>
string(4) "html"
["Itemid"]=>
string(2) "78"
["option"]=>
string(0) ""
}
As you can see it is not setting ItemID(78 is the parent from the menupoint) or option correctly which explains why he can´t find anything.
Interesting is that i have other URL´s that are working without any problems(same style as the above one, just different product_id). Any ideas why just these two are not working correctly?
JoomSef: 3.5.5
Virtuemart: 1.1.14 (using JoomSef Router)
JoomFish: 2.0.4
Thanks in advance
Order ID: 8528