News:

AbanteCart v1.4.2.1 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Jay

#1
General Support / Re: pretty links?
March 09, 2012, 07:53:07 AM
Worth noting that any files starting with a . are considered hidden, which could be why you can't see it. Here's what it should contain

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your abantecart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://forum.abantecart.com

Options +FollowSymlinks

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.tpl">
Order deny,allow
Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
RewriteBase 
/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.*)\?*$ index.php?_route_=$[L,QSA]


(had to put in php tags sorry as code tags aren't working)
#2
No problem. Any idea why the bb code tags for CODE were saying I was putting a link?
#3
Opinions / Re: Whitelable Configuration Setting
March 09, 2012, 06:22:32 AM
I don't think this is a massive concern. Most people that will use the cart will be individuals, so they don't need to rebrand it as such
#4
Agreed, this is due to you not having the permissions of the log file (and parent folder) set correctly to allow write. Change the folder permissions to 644
#5
Template Support / Default Google Talk template bug
March 09, 2012, 06:16:20 AM
Hi

Just thought I'd point out the Default Google Talk module's tblock template has a typo, you've got
<div class="flt_left""><?php echo $code; ?></div>
On line 10, and there's two double quotes after the flt_left instead of one

Also, while trying to post this, I got an error message when I used the "code" bb tags saying I wasn't allowed to post external links...even though I was just trying to format the code

Jay

Forum Rules Code of conduct
AbanteCart.com 2010 -