Zen Cart Logo
Forums / General Questions / .htaccess file needs to be altered...how?

.htaccess file needs to be altered...how?

Locked

Views: 1,312

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 May 2007, 6:34 PM
#1
stormysar avatar

stormysar

New Zenner

Join Date:
May 2007
Posts:
49
Plugin Contributions:
0

.htaccess file needs to be altered...how?

My store showed up just words, no format, background, or anything.

I did some searching in the FAQ section and tried the advice for renaming the .htaccess file in the /includes/ folder temporarily.

Now I have format and backgrounds... not in the color scheme I'd want (everything is different colors) but I just created a new template so I'd imagine I have a lot of tweaking to do in that area (and I do that from my stylesheet in my custom template folder right?)

Anyway. what is my .htaccess file, can I leave it renamed so my site works or how do I alter it so I can put it back to it's real name and use my site as normal? I use a unix server I believe. File permissions appear to be fine.

29 May 2007, 7:19 PM
#2
humbll avatar

humbll

Zen Follower

Join Date:
Jan 2007
Location:
USA
Posts:
219
Plugin Contributions:
0

Re: .htaccess file needs to be altered...how?

stormysar:

My store showed up just words, no format, background, or anything.

I did some searching in the FAQ section and tried the advice for renaming the .htaccess file in the /includes/ folder temporarily.

Now I have format and backgrounds... not in the color scheme I'd want (everything is different colors) but I just created a new template so I'd imagine I have a lot of tweaking to do in that area (and I do that from my stylesheet in my custom template folder right?)

Anyway. what is my .htaccess file, can I leave it renamed so my site works or how do I alter it so I can put it back to it's real name and use my site as normal? I use a unix server I believe. File permissions appear to be fine.

can you list the contents of the .htaccess here please? also its relative path

it is a file which sets configuration directives for your site. for instance, it tells a visitor weather they have access to the folder in question. you can password protect directories with it. lots of stuff. As for the stylesheet customization, yes that is the correct file, the one in YOUR_TEMPLATE:

/includes/templates/YOUR_TEMPLATE/stylesheet.css

if there is none then copy/make one. (that may be your problem, it may be using the stylesheet from /includes/templates/template_default/stylesheet.css