I am hosting a addon domain on my hosting company.
my original site's admin area changed just fine no problems.
This new one isn't changing at all even if I add one letter or number it's a no go.
this is what it looks like minus a few items that play no part.
define('DIR_WS_ADMIN', '/admin/'); <--- changed this line
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/'); <--- changed this line
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_ADMIN', '/home/mystore.com/www/public_html/jandjfm.info/admin/'); <--- changed this line
define('DIR_FS_CATALOG', '/home/mystore.com/www/public_html/jandjfm.info');
Yes my files have the public_html
the files down below do not
it doesn't look anything like
define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');
I have changed all the required lines but still no go on getting in the admin area if I change the name.
![]()



