Re: Simple SEO URL [support thread]
It says success.
showing exactly as my .htaccess file
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
srigari
I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Please let me know how to go about it.
Thanks
Put your .htaccess file like this and then go to your store admin/extras /simple seo clear your cache again to see what happens.
Quote:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteCond %{HTTP_HOST} ^salevalley.com$ [NC]
RewriteRule ^(.*)$
http://www.salevalley.com /$1 [R=301,L]
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Re: Simple SEO URL [support thread]
no luck with that either.
Re: Simple SEO URL [support thread]
Hi
I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.
You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.
Any ideas?
Thanks,
Michael
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
myfootsmells
Hi
I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.
You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.
Any ideas?
Thanks,
Michael
Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt
Re: Simple SEO URL [support thread]
15|Beta 3.6.7
Quote:
Originally Posted by
yellow1912
Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
Just to make sure you know what the problem was I had simple cache with gzip cut on and I had zlib.output_compression_level = -6 on, on my server so that was what was messing things up for me. Yellow went to my site admin and cut off simple cache and things was back to normal. I hope this will help.
I checked my GZip Compression level is set to off but I dont know what the zlib.output_compression_level = -6 means or where it is to change it or what to even change it to.
??
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
countrycharm
Go to the root of your store then go to admin/includes/module_installation and make a empty file name .keep and put it there. It's looking for it but for some reason it didn't create it.
I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error
Please suggest
Thanks
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
bobmatt4u
I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error
Please suggest
Thanks
Post your .htaccess file so I can take a look a it.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
srigari
no luck with that either.
maybe your server doesnt have mod_rewrite enabled?