gigamike

  • Total activity 29
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7

Posts

Recent activity by gigamike Recent activity Votes
  • htacess redirect

    Guys, maybe you can help me, i have this url domain.com/my_product_name.html and it has an htaccess redirect like this RewriteRule ^(.*)\.html$ products.php?q=$1&%{QUERY_STRING} [L,R=301] Rewrite...

  • automatic sync of directory from server to server

    Guys, I have 2 servers and im planning to make a directory always sync updated/parallel automatically and if possible in real time i.e. /server1/test/*.* to /server2/test/*.* Im thinking of rsyn...

  • htaccess exclude given REQUEST_URI

    Guys, Been working several hours, i have a site which has SSL and im redirecting all non http to https i.e. # http to https RewriteCond %{HTTPS} off RewriteRule ^(.*) [R,L] it always redirect...

  • Backup Scrtipt API Error: Can't call method "login" on an undefined value

    Guys, I hope you can help me, i do have a cron that creates a backup of my cpanel using the API Fileman i.e. require_once $basePath . "/public_html/library/xmlapi-php-master/xmlapi.php"; $xmlapi...

  • Output from your job 852

    Guys, im everyday receiving this email Subject: Output from your job 852 Body: sh: line 21: warning: here-document at line 15 delimited by end-of-file (wanted ``(dd if=/dev/urandom count=20...

  • The IP address “x.x.x.x” is not available, or you do not have permission to use it.

    Guys, Im trying to install a wildcard SSL Certificate. But when i install it via WHM it displays The IP address "x.x.x.x" is not available, or you do not have permission to use it. I can see the...

  • Fileman::fullbackup

    Hi, i created a script using the cpanel API v1 Fileman::fullbackup, [PHP]$source_server_ip = "blah"; // Server IP or domain name eg: 212.122.3.77 or cpanel.domain.tld $cpanel_account = "blah"; /...

  • mysql changing owner

    Guys, i created a new mysql user via root ssh, now is it possible that the mysql user i created is own by a user account. So i can see the mysql user on its own cPanel? TIA

  • whm package mod_ssl not available

    Hi, do WHM supports mod_ssl package. Strange ive checked easyapache but no available for mod_ssl. My server is on CentOS and tried yum update yum update openssl yum install mod_ssl No package mo...

  • 301 redirect

    Guys, I hope you can help me, is it possible on .htaccess for 301 redirect Here's the list of URLs that are in use: http://companyname.mydomain.com/ http://www.companyname.mydoma...