I mean to say, I wanna compile assets of my websites so that when user inspects website, CSS files and images wont be shown from direct location. i.e path should be compiled like MD5.
I would like to display a full width slider instead of size of pixels defined in ProcessSlider set up page. How can I get full width responsive slider?
I want to restrict visitors to restrict browsing my website backend directories like:
site/m wire/
Anyone please help me.
I want to display 404 error when a visitor visits
mysite/site/templates/
Infact now when a visitor visits this path it says "Access Forbidden"
Whenever I changed the server hostname, it automatically appends some texts like
If my host name is 'server', when I checked site in browser it shows error ... user@server.welcome.site?What might be the issue. Is this causing error
Access denied for user 'user'@'user.website.com' (using password: YES)
Wherever I insterted the code on template file. the slider appears top of the table (navigation menu)
<div id="container">
<?php
$slider = $modules->get('MarkupSlider');
echo $slider->render($page->get('Slider'), $includeScript = true, $options = array());
;?>
</div>