Accéder au contenu principal

Articles

Redirection URL avec un port

https://uhostpro.com/pro/knowledgebase.php?action=displayarticle&id=58

Filtre les emails dans WHM/cPanel

Hello, Thank you for the update. What I might recommend is setting up a filter in your cPanel under the Account Filters page, set the first dropdown to From and second dropdown to 'does not contains' and the text field to mail.cash-assurances.dz. Then you can choose to delete the email or perhaps for testing, send it to another folder to ensure the filter is working the way you want it too. If you have any other issues or questions please let us know. The only way to restrict outgoing email is to create a system email filter, as described at < https://documentation.cpanel.net/display/CKB/How+to+Customize+the+Exim+System+Filter+File >, defining whatever rules you wish for the messages to be filtered by. The page at < http://www.exim.org/exim-html-current/doc/html/spec_html/filter_ch-exim_filter_files.html > describes the syntax for these filters. Best regards,

configurer des boites Pro avec gMail

Nous souhaitons configurer nos comptes de messagerie sur Gmail comme auparavant. Configuration de vos enregistrements MX : cPanel 1.      Connectez-vous à votre compte cPanel. 2.      Cliquez sur  Mail  (Courrier). 3.      Cliquez sur  Modify Mail Exchanger (MX Entry)  (Modifier l'échangeur d'e-mails (entrée MX)). La liste de vos enregistrements MX actuels apparaît. 4.      Cliquez sur  Change an MX Entry  (Modifier une entrée MX). 5.      Dans le champ  Change MX for...  (Remplacer MX par...), entrez  1 ASPMX.L.GOOGLE.COM 5 ALT1.ASPMX.L.GOOGLE.COM 5 ALT2.ASPMX.L.GOOGLE.COM 10 ALT3.ASPMX.L.GOOGLE.COM 10 ALT4.ASPMX.L.GOOGLE.COM 1.      Cliquez sur  Change  (Modifier). Félicitations ! Vos enregistrements MX sont à présent configurés pour pointer vers Google. Souvenez-vous que ...

Reset Windows 8 , 8.1 Password - How to Reset /Recover Forgotten Windows Password

https://www.youtube.com/watch?v=O52b1EsSxec

Les développeurs, rois du marché de l’emploi en France

Les «  King Coders  », ces développeurs de génie que les entreprises de la Silicon Valley s’arrachent à prix d’or pour rester compétitives, ont de beaux jours devant eux. Qu’ils soient développeurs (logiciels et web), ingénieurs SI (système d’information) ou ingénieurs commerciaux, les profils de ceux qui savent coder , développer , programmer et vendre trustent les premières places du Top 20 des métiers les plus recherchés sur LinkedIn. Dans une étude réalisée pour la première fois pour «  Le Monde Campus  », le réseau social professionnel a observé les données de ses douze millions d’utilisateurs français, et six millions d’offres d’ emploi , afin de repérer les tendances des métiers les plus recherchés et des profils les plus représentés sur sa plateforme. «  C’est la première fois que nous dressons une cartographie des besoins à l’échelle d’un pays. Nous l’avions déjà fait à l’échelle de la ville de Manchester. Là, nous avons observé toute...

Button in read more

Copy yoo_aurora ▸ warp ▸ systems ▸ joomla ▸ layouts ▸ article.php to the themes layouts folder and then open up that file and look for, <a href=" <? php echo $url ; ?> " title=" <? php echo $title ; ?> ">   <? php echo $more ; ?> </a> and change it to   <a class="uk-button uk-button-large uk-button-primary tm-button-wide" href=" <? php echo $url ; ?> " title=" <? php echo $title ; ?> "> <? php echo $more ; ?> </a>

SQLite - Display Errors - Magic Quotes GPC

Hello, Thank you for contacting cPanel support! To activate SQLite you would need to do so using EasyApache - some documentation on this can be found here: https://documentation.cpanel.net/display/EA/PHP+Module%3A+SQLite3 I can run EasyApache for you if you would like for me to, I would just need your permission to do so as it will recompile httpd and php. For Magic Quotes and Display errors these changes can be made in the global php.ini located at /usr/local/lib/php.ini in the sections: ; Print out errors (as a part of the output). For production web sites, ; you're strongly encouraged to turn this feature off, and use error logging ; instead (see below). Keeping display_errors enabled on a production web site ; may reveal security information to end users, such as file paths on your Web ; server, your database schema or other information. display_errors = Off and ; Magic quotes for incoming GET/POST/Cookie data. magic_quotes_gpc = Off I've modifi...