Hi i am using tcpdf and last 2 days showing errorimagecreatefrompng() failed to open stream: HTTP request failedI am using on same server
imagecreatefrompng("http://fresheats.com/images/watermark.png");
The CSS box-shadow property applies shadow to elements.In its simplest use, you only specify the horizontal shadow and the vertical shadow:Example:div {
box-shadow: 10px 10px grey;
}
I want to redirect my dmoain always with wwwi am using this code but not working.RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php/$1 [L]