redirect to https using .htaccess

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

Публикувано в linux

Linux screenshot from command line

import -window root screenshot.png

requires imagemagick

С етикет: , , , , ,
Публикувано в linux

Joomla Share link on Facebook and Default image

<link rel="image_src" href="http://example.com/facebook-will-use-this.jpg" />

JFactory::getDocument()->addHeadLink( $imagePath, ‘image_src’, ‘rel’ );

С етикет: , , ,
Публикувано в Joomla

joomla module in component

<?php
jimport(‘joomla.application.module.helper’);
// this is where you want to load your module position
$modules = JModuleHelper::getModules(‘fblogin’);
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
?>

Публикувано в Joomla

Прага


С етикет: ,
Публикувано в Снимки