X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   HTML Pages Not Being Called (https://forum.x-cart.com/showthread.php?t=37628)

pepperlibido 02-18-2008 04:24 PM

Re: HTML Pages Not Being Called
 
Should I also delete the second and third lines, please? (as follows):-

RewriteEngine On
RewriteRule ^content/(.*)$ pages.php [L]

pepperlibido 02-18-2008 08:01 PM

Re: HTML Pages Not Being Called
 
Balinor, in summary everything looks good, it just plain don▓t work.

The catalog is in the Root Directory
There is an index.html file in the catalog
The HTACCESS in the root directory is as follows: -

DirectoryIndex index.html
RewriteEngine On
RewriteRule ^content/(.*)$ pages.php [L]

(have tried changing the ⌠pages.php■ to■pages.html■ but to no avail)

There is also a HTACCESS in customer within the root directory which was as follows: -

DirectoryIndex home.php changed it to: -

DirectoryIndex index.html

However, although all looks correct when www.mynewsite.com.au is entered, you are directed to home.php

Do you think I should take this up with my Host or Qualteam?

Gerard

balinor 02-19-2008 04:26 AM

Re: HTML Pages Not Being Called
 
Sounds like Zeus doesn't recognize the .htaccess file. Is there a control panel setting for specifying the index file? I'm not familiar with Zeus so I really can't help much. It is definitely a hosting issue, as X-Cart will load whatever the server tells it to.

pepperlibido 02-20-2008 06:10 PM

Re: HTML Pages Not Being Called
 
Balinor,

Thanks for your help.

When I eventually find out from my host how to do this, will post it here in case others need it.

Thanks again.
Gerard

pepperlibido 02-24-2008 08:38 PM

Re: HTML Pages Not Being Called
 
Should anyone on a Zeus server have the same problem, here is the answer.

After being told originally that this could not be bone through the .htaccess file, guess what?

The very same support staffer came up with the following, which works.

He has only wasted 5 days out of my schedule not to mention the time that you guy have put into helping me. Thanks again.

The following is the contents of the .htaccess file : -

redirect /index.php
http://mynewsite.com.au/catalog/index.html


All times are GMT -8. The time now is 12:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.