Joomla Canonical Url Wrong - joomla

My sites show as canonical ulr this:
which is wrong.
I don't know how to fix it.
Can someone help me?
Thanks christoforos

Sorry it was my mistake.
In the Sef Component I had fill the canonical url with the wrong value.
Hope someone else find it helpful.

Related

Invoicing in laravel

Does know how to use this kind of invoicing, or can someone give suggestion, how to generate invoice?. Please I need help
it's ;extension=intl in php.ini. change it to extension=intl

Joomla virtuemart filter issue with JRoute

Please help me, i use Joomla + Virtuemart
I added search filter by customfields, but there was a problem with pagination and sort URL
I found a strange in code, this function:
echo JRoute::_('&customfields[5][0]=35')
generate url:
/index.php?customfields[5]=Array
should look like
/index.php?customfields[5][0]=35
I would be happy if you can help me find a part of code where I can find the problem. Thank you.
The problem was related to the settings of sh404sef component.

404 Not Found1 error on Magento

I am fresher for Magento. Learning the concepts by implementing the below url.
http://www.pierrefay.com/magento-developper-guide-howto-tutorial-5
I have gone through the first four steps.While implementing on my local,i will get error as
Whoops, our bad...
The page you requested was not found, and we have a fine guess why.
If you typed the URL directly, please make sure the spelling is correct.
If you clicked on a link to get here, the link is outdated.
When i browse this url http://localhost/magento/test/index.
Can anyone help me please?
Thanks :)
Open the table core_config_data in your database and change the value http://localhost/magento/test/ by http://127.0.0.1/magento/test/.
Clear cache and check your site.

Problem when removing index.php from url

dont worry it is not an another how to remove index.php from url question!! :D
i researched and made according to tutorials; here is my source
http://codeigniter.com/wiki/mod_rewrite/
im sure about all steps, but when run it, i dont see any error messageā€¦ url changes like
www.blablabla.com/contact
www.blablabla.com/about
but it always display homepage :/ thats weird!!
what can be problem? any idea?
thanks a lot! appreciate helps!!
if it always displays the home page it could be that your application isn't configured properly.
Check the system/application/config/config.php file and find the $config['uri_protocol'] option.
If you notice, in the comments there are a number of options you can try. I've found that sometimes on different servers I need to try different options before it will work (I think it's something to do with the PHP configuration, the AUTO option doesn't always get it right).

How to enable index.php file in CodeIgniter?

We used the CodeIgniter framework to build our site. Currently, it seems someone hack on and set the index.html as default.
Can anyone tell how to set index.php as default?
Please review the site at http://www.nghenghiepviet.com. Any suggestion will be appreciated.
Regards,
Dung Nguyen
You're advertising don't you ?
and CodeIgniter is built by Experts not by you, so they can think better than you. no chance some one can hack in codeigniter. it's a Big Deal
Goto config/config.php, Change this
$config[base_url] = "http://www.nghenghiepviet.com/index.php";

Resources