custom content and plugins dir not functioning correctly.
-
ok I set up the bare site on my local server changed the content, plugins, and media directories to a new setup in the config file.
But when it is on the live site the URL for the site is leaving off the Http:
<link rel='stylesheet' id='woocommerce-layout-css' href='//n8core.com/assets/addons/woocommerce/assets/css/woocommerce-layout.css?ver=2.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='//n8core.com/assets/addons/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.3.9' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//n8core.com/assets/addons/woocommerce/assets/css/woocommerce.css?ver=2.3.9' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfifteen-fonts-css' href='//fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='genericons-css' href='http://n8core.com/assets/themes/twentyfifteen/genericons/genericons.css?ver=3.2' type='text/css' media='all' /> <link rel='stylesheet' id='twentyfifteen-style-css' href='http://n8core.com/assets/themes/twentyfifteen/style.css?ver=4.2.2' type='text/css' media='all' />when i check the link for the css it is giving me a 404 error
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /assets/addons/WAT/assets/css/wat.styles.css was not found on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> works find on local server.. not sure whats happening here.
The topic ‘custom content and plugins dir not functioning correctly.’ is closed to new replies.