Show Posts


Messages - Jay

Pages: [1]
1
General Support / Re: pretty links?
« on: 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
Template Support / Re: Default Google Talk template bug
« on: March 09, 2012, 07:50:13 AM »
No problem. Any idea why the bb code tags for CODE were saying I was putting a link?

3
Opinions / Re: Whitelable Configuration Setting
« on: 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
Installation and Configuration / Re: Installation Help
« on: March 09, 2012, 06:20:03 AM »
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
« on: 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

Pages: [1]

Powered by SMFPacks Social Login Mod