Questions tagged [directadmin]

DirectAdmin is a popular web hosting control panel

DirectAdmin is a popular web hosting control panel. Questions about DirectAdmin might be more appropriate in the Server Fault or Pro Webmasters StackExchange communities.

221 questions
0
votes
0 answers

how rewrite all domains except some to root directory of specific domain

I have 2 domain on one server. for example: a.com & b.com now I want when a user come in by any another domain example x.ir,y.net,* apache rewrite it to root of b.com directory. my panel is directadmin. now I want to know which file does I must edit…
0
votes
1 answer

How to change website view between Mobile Devices and PC without using responsive design

i'm a little new to this topic, i've always used to work with responsive design to do this but for a new situation i have to change the content that will load on Mobile Devices than regular PCs, My Control Panel is Direct Admin on Windows server,…
Eric
  • 460
  • 6
  • 15
0
votes
0 answers

htaccess, directadmin vhost and wordpress

i have task to create connect to wordpress by default https with wwww in url #Require SSL RewriteCond %{HTTPS} off RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # BEGIN WordPress
Hopyz
  • 21
  • 3
0
votes
1 answer

PhpMyAdmin error 500

I have a dedicated server and my host provider did install directAdmin on it. I've created a new user and assigned an IP and a domain using directAdmin; then I did create a new mysql user and visit phpmyadmin. When I visit phpmyadmin, it will work…
Kiyarash
  • 2,437
  • 7
  • 32
  • 61
0
votes
1 answer

Problems after upgrading to php 5.5

We just recently upgraded our server to php 5.5 now our wefact stopped working and it gives us this error code: Site error: the file /home/supreme/domains/wefact.supremehosting.nl/public_html/bestellen/application /wefact_functions.php requires…
0
votes
1 answer

DirectAdmin Cron Job not running because cron-user permissions

I need to run a specific cronjob on my CentOS 7 DirectAdmin install. All cronjobs are running fine, except a job that needs to import some stuff inside the DB. That cronjob can not run successful because the cron-user permissions. User is having…
JGeer
  • 1,768
  • 1
  • 31
  • 75
0
votes
1 answer

getting GLIBC_2.14 Error end of directadmin installation

i have a clean centos 6.5 installed. i got my licence for directadmin ready. i started installation everything went fine but the end of the installation that it gives us the password of directadmin panel login. but it says: Type: /sbin/service httpd…
0
votes
1 answer

phpmyadmin gives error with domain for login

I have a server with centos 6.7 64bit os , nginx web server (php-fpm55) and DirectAdmin control panel (custombuild 2). I want all domains hosted on server access to phpmyadmin. Now phpmyadmin with IP opens, But with domain not opens For…
0
votes
1 answer

Shell script cronjob

I need a shell script that would run two .sh files which are in the directory: /opt/tomcat-latest/bin #!/bin/sh cd /opt/tomcat-latest/bin ./shutdown.sh ./startup.sh Would this code achieve my goal? If so how do I make it on a cron job that runs…
user4942382
0
votes
1 answer

500 internal server error phpmyadmin and other webapps after update PHP version from 5.3 to 5.4 on direct admin

I updated my directadmin server's php version from 5.3 to 5.4 for installing last version of ioncube loader. After upgrading, I found a 500 error on webapps like phpMyAdmin, roundcube ect. I have tried many solutions such as: Rebuild…
Mahmood Moradian
  • 102
  • 1
  • 10
0
votes
0 answers

How to upload Composer to DirectAdmin (sharedhost)

For my laravel project I see that it is required to have composer on the server. I have downloaded composer to my machine, but I don't know what that means to do it for the server. How can I accomplish this?
Ricki Moore
  • 1,203
  • 7
  • 27
  • 47
0
votes
1 answer

upload yii2 websit in cpanel or anyhosting

I download yii2_base and editing to my websit Now, I upload mywebsit in directadmin but when redirect my website all of folder yii2_base are show/ when enter web folder under errors is show: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in…
morteza
  • 53
  • 4
0
votes
1 answer

nginx + apache return 404 error for only one domain

hi i am using directadmin and i setup nginx reverse proxy for apache everything works except that static file for only one domain returns 404 in nginx error log i see this 2015/08/02 10:34:27 [error] 1512#0: *62 openat()…
h0mayun
  • 3,466
  • 31
  • 40
0
votes
1 answer

How to resolve this error in DirectAdmin

I am using cron jobs in DirectAdmin, but I encountered this error: Failed loading /usr/local/lib/ioncube_loader_lin_5.2.so: /usr/local/lib/ioncube_loader_lin_5.2.so: undefined symbol: php_body_write
AliNasiri
  • 137
  • 1
  • 3
  • 11
0
votes
1 answer

managing multiple domains with multiple IPs in one server

i want to manage multiple android application in one dedicated server but with a different users and different IPs. so I've ordered a dedicated server with 16 IPs. Os of this server is Cent Os and directadmin is installed on it. how can i add these…
tashakori
  • 2,331
  • 1
  • 22
  • 29