This topic contains 3 replies, has 2 voices. Last updated by Cristián Lávaque 4 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Oct 11th, 2012 at 4:06 am #28087 | |
In the wordpress admin area of s2member, the CSS and JS is not being applied. I know why it’s happening. I have the following directory index set:
As you can see index.html loads before index.php. If I deleted the index.html in the folder, s2member loads the .CSS and .JS file fine. The reason I can’t just delete index.html is because the index.html is serving as a coming soon/countdown page to the public, while I finish testing things behind the scenes. It looks like it’s these two files are what can’t load due to index.php not being first in line:
Is there some mod_rewrite code I can place in .htaccess that will route these ?ws_plugin__s2member* paths to the actual index.php in the folder? Thanks. |