Skip to content

Technology Forum

SEO, Speed Up website, Server Optimization, Linux, Open Source Softwares

  • Home
  • General
    • Web Server
    • Website Formatting
  • IT Companies
  • Optimization
    • PHP
  • Linux
  • Home
  • admin
  • Page 6

Author: admin

Add Trailing Slash to URL (.htaccess)

Posted on November 24, 2014November 24, 2014 By admin No Comments on Add Trailing Slash to URL (.htaccess)
Optimization, Web Server

Some of search engines remove the trailing slash from URLs that look like directories – e.g. Yahoo does it while listing on their search engine. This could result into duplicated content problems when the same page content is accessible under different urls. Apache gives some more information in the Apache Server FAQ. Let’s have a … Read More “Add Trailing Slash to URL (.htaccess)” »

Script to convert InnoDB tables to MyISAM

Posted on November 23, 2014November 23, 2014 By admin No Comments on Script to convert InnoDB tables to MyISAM
MySQL

#!/bin/bash MYSQLCMD=mysql for db in `echo show databases | $MYSQLCMD | grep -v Database`; do for table in `echo show tables | $MYSQLCMD $db | grep -v Tables_in_`; do TABLE_TYPE=`echo show create table $table | $MYSQLCMD $db | sed -e’s/.*ENGINE=\([[:alnum:]\]\+\)[[:space:]].*/\1/’|grep -v ‘Create Table’` if [ $TABLE_TYPE = “InnoDB” ] ; then mysqldump $db $table > … Read More “Script to convert InnoDB tables to MyISAM” »

E-Mail Testing

Posted on November 15, 2014November 24, 2014 By admin No Comments on E-Mail Testing
Servers

Following are the few sites from where we can test our mailserver and domain for testing, reputation and blacklsiting. Blacklist Checking https://www.blacklistmaster.com/check?t=<ip address> DKIM Testing http://dkimcore.org/c/keycheck IP/Domain Reputation and Scores http://www.senderbase.org/lookup/?search_string=<ip address or domain> https://www.senderscore.org/lookup.php?lookup=<ip address>&validLookup=true http://mxtoolbox.com/ Scan Website for Malware http://sitecheck.sucuri.net/

Parallels Plesk for Linux services logs and configuration files

Posted on October 17, 2014November 23, 2014 By admin No Comments on Parallels Plesk for Linux services logs and configuration files
Plesk Panel

Below, you will find the services’ configuration and log file locations, which may be useful in a troubleshooting procedure. Services Control Panel Logs Error log: /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log Access log: /usr/local/psa/admin/logs/httpsd_access_log Panel log: /usr/local/psa/admin/logs/panel.log Services Stop: /etc/init.d/psa stop Start: /etc/init.d/psa start Restart: /etc/init.d/psa restart Configuration PHP config: /usr/local/psa/admin/conf/php.ini Panel config: /usr/local/psa/admin/conf/panel.ini Web server config: /etc/sw-cp-server/conf.d/plesk.conf … Read More “Parallels Plesk for Linux services logs and configuration files” »

Plesk: Disable Mail Service for domain

Posted on July 11, 2014January 18, 2015 By admin No Comments on Plesk: Disable Mail Service for domain
Plesk Panel

Disable the mail service for the domain.tld subscription: Go to Subscriptions > domain.tld > Mail > Change Settings. Uncheck Activate mail service on domain and click OK. You can also disable the mail service on the subscription using the command-line utility mail: /usr/local/psa/bin/mail –off domain.tld To disable the mail service for every subscription on the … Read More “Plesk: Disable Mail Service for domain” »

Posts pagination

Previous 1 … 5 6 7 … 9 Next

View Posts

  • PHP FPM modification – Plesk
  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers

Categories

  • Domain Name
  • General
    • Servers
    • Web Server
    • Website Formatting
  • IT Companies
  • Linux
  • MySQL
  • Optimization
    • PHP
  • Troubleshooting
  • Web Hosting Control Panel
    • Plesk Panel
  • Websites
    • CSS
    • HTML
    • Optimization
  • Windows
    • Windows 10

Recent Posts

  • PHP FPM modification – Plesk
  • HTML: Link rel – Preload
  • HTML: Attributes of rel
  • Linux Commands
  • Security HTTP Headers

Copyright © 2025 Technology Forum.

Theme: Oceanly News by ScriptsTown