fissioncreative
Member
Posted 1 month ago #
Hi there working on moving my local wordpress copy onto a live test server. The theme (Photo & Graphic Studio) is working perfectly on my local version - but after upload - it can't see the CSS stylesheet.
I've transfered other sites from local to live with no issues - so not sure what's happening.
I'd appreciate your advice if anyone has time.
Cheers
John
fissioncreative
Member
Posted 1 month ago #
Additionally this is the result of when I try and access the style through a browser.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /wp-content/themes/photo-graphic-studio/photo_graphic_studio_theme/style.css
on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at testserver.fissionc.com Port 80</address>
</body></html>
The style is there - although the strange thing is that if I change it through WP theme editor I get the message "The requested theme does not exist."
Cheers
John
fissioncreative
Member
Posted 1 month ago #
Hi there
just solved the issue - on my local server my theme was in a directory within a directory which worked locally - but using the same structure online broke the theme.
Cheers
John