By iman zaker on Monday, 18 May 2015
Posted in General
Likes 0
Views 859
Votes 0
hello,
i get profile is default page for this link address url/permalink
and i change in components/com_easysocial/views/profile/view.html.php
in line 53
// When the user tries to view his own profile but if he isn't logged in, throw a login page.
if ($id == 0) {
//return FD::requireLogin();
$url = JRoute::_('index.php?option=com_content&view=featured&Itemid=101');
return $this->redirect($url);
}

now when I type wrong address like http://www.mydomain/aaaaaa
this redirect to this address
index.php?option=com_content&view=featured&Itemid=101
Please do not post multiple post for a single issue. I have already replied you at http://stackideas.com/forums/why-we-wrote-wrong-profile-address-dont-show-page-404
·
Tuesday, 19 May 2015 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post