name resolution only works when showing ip address

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I cannot seem to configure this VM in Apache or WP to resolve to a
hostname instead of ip address. The main page does this, however, any
sub-page, including admin folder, either breaks or resolves without css.
Suggestions would be appreciated.
Harry


VMHost is
<VirtualHost *:80>
ServerAdmin xxx@xxxxxxx
ServerName xxx.xxx.edu
DocumentRoot "/var/www/html/test"
HostnameLookups Off
UseCanonicalName Off
ServerSignature On



Wp-config is

/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

define('FS_METHOD', 'direct');
define('WP_HOME', 'http://123.45.67.890/test');
define('WP_SITEURL', 'http://123.45.67.890/test');





Thx,
harry


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx






[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux