Installed in sub directory with Simple Script but blog not showing correctly
-
When I set up my WordPress site using simple script, I placed it in a folder hereafter named https://www.jamaicastores.com/jamaicanlife. The root of my store has my main ecommerce site. After install I noted that WordPress does not display properly and the layout and formatting are non-existent.
The problem I encountered is that with permalink structure changed, when I combine the WordPress .htaccess rewrite into my cubecart .htacess file which is at the root, my cubecart main store “jamaicastores.com” shows the main page, but clicking on any product or category redirects to the WordPress site as determined by the rewrite as shown below
# BEGIN WordPress
RewriteEngine On
RewriteBase /jamaicanlife/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /jamaicanlife/index.php [L]Without the permalink and the need for a .htaccess rewrite, my site does not show properly. Any ideas what went wrong?
- The topic ‘Installed in sub directory with Simple Script but blog not showing correctly’ is closed to new replies.