
Originally Posted by
dennez
Thank you MC... Both addresses point to the same location (sharing the same fileset)
subdomain.myshop.com is pointed to myshop.com/shop via the cpanel subdomain setting
my configure shows the following:
define('HTTP_SERVER', 'http://myshop.com');
define('HTTPS_SERVER', 'https://myshop.com');
define('ENABLE_SSL', 'true');
define('DIR_WS_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
define('DIR_FS_CATALOG', '/home/directory/public_html/shop/');
htaccess has some wordpress specific items such as w3cache and page caching etc.
This is the only thing not in wordpress comments:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
I couldn't find a list by DivaVocals, but I hope that this might be what you are looking for. :)
Thank you.
Bookmarks