This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Inserisci sempre www nel dominio | |
| #Sostituisci 'example.com' con il tuo dominio | |
| RewriteEngine on | |
| RewriteCond %{HTTP_HOST} ^([a-z.]+)?example\.com$ [NC] | |
| RewriteCond %{HTTP_HOST} !^www\. [NC] | |
| RewriteRule .? http://www.%1example.com%{REQUEST_URI} [R=301,L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Impostare la cartella della homepage | |
| #Sostituisci 'folder' con il nome della tua cartella | |
| RewriteEngine On | |
| RewriteRule ^$ /folder/ [R=301,L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //a[text()='visit site']/@href |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <href=”www. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =VLOOKUP([@Destination],’response_codes_redirection_(3xx).csv’!$A$3:$F$50,6,FALSE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** Il nome del database utilizzato per WordPress */ | |
| define(‘DB_NAME’, ‘database_name_here’); | |
| //* dove inserirai al posto di <strong>database_name_here</strong> il nome del tuo database che avrai creato in precedenza */ | |
| /** Nome utente database MySQL */</em> | |
| define(‘DB_USER’, ‘username_here’);</pre> | |
| /** dove inserirai al posto di <strong>username</strong> il nome utente del tuo database */ | |
| /** Password database MySQL */</em> | |
| define(‘DB_PASSWORD’, ‘password_here’);</pre> | |
| /** dove inserirai al posto di <strong>password_here</strong> la password del tuo database */ | |
| /** Nome host MySQL */</em> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="wrapper"> | |
| <fb:visible-to-connection> | |
| CONTENUTO PER FANS | |
| <fb:else> | |
| <div id="non-fans" | |
| CONTENUTO PER NON FANS | |
| </div> | |
| </fb:else> | |
| </fb:visible-to-connection> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="”fb-root”"></div> | |
| <pre><script type="text/javascript" src="”http://connect.facebook.net/en_US/all.js”"></script><script type="text/javascript">// <![CDATA[ | |
| FB.init({appId : ‘YOUR-APP-ID-HERE’,status : true, // check login statuscookie : true, // enable cookies to allow the server to access the sessionxfbml : true // parse XFBML}); | |
| // ]]></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="”text/javascript”">// <![CDATA[ | |
| window.fbAsyncInit = function() {FB.Canvas.setSize();}// Do things that will sometimes call sizeChangeCallback()function sizeChangeCallback() {FB.Canvas.setSize();} | |
| // ]]></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { overflow:hidden; } |