Where do you place these redirection? They have to be BEFORE
Code:RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
Where do you place these redirection? They have to be BEFORE
Code:RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
They were after, but after putting them before I still get the same problem. It's like this:
Is that correct?Code:#### BOF SSU #Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / # Deny access from .htaccess RewriteRule ^\.htaccess$ - [F] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] # Begin site redirects redirect 301 /indian-hair-products.php http://www.perfectlocks.com/about-perfect-locks-hair
Some users (not only mac users) are getting the following error:
Safari can’t open the page.
Too many redirects occurred trying to open
“http://store.splatcooking.net/index/...cription/1/ke…
sort=20a&action=multiple_products_add_product”. This might
occur if you open a page that is redirected to open another page
which then is redirected to open the original page.
Here is my .htaccess:
any ideas?Code:#### BOF SSU Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase /store/ # Deny access from .htaccess RewriteRule ^\.htaccess$ - [F] RewriteCond %{HTTP_HOST} ^www.splatcooking\.net [NC] RewriteCond %{REQUEST_URI} ^/store/$ RewriteRule ^(.*)$ http://store.splatcooking.net/$1 [R=301,L] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] # STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS. RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} store.splatcooking.net RewriteCond %{REQUEST_URI} ^/store/ RewriteRule ^(.*) /index.php?/$1 [E=VAR1:$1,QSA,L] #### EOF SSU
Your SSU version? if not 3.6.4, upgrade. Also check
http://wiki.rubikintegration.com/zen...les/ssu/config
Make sure the exclude list for pages and query are correct.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Hello!
I've installed this and it's working great. I have one question.
I'm using the Wordpress on Zen Cart add-on. The URL for wordpress is supposed to be: /index.php?main_page=wordpress, but with the new version of Wordpress, that doesn't work. I've gotten around it by using /?main_page=wordpress (no index.php).
As soon as I got SEO URLs working, the blog page stopped working.
I can't find a way with this set up to block /?main_page=wordpress from the URLs. Any tips?
Thanks,
Arianne
http://wiki.rubikintegration.com/zen...les/ssu/config
Regards
If it still doesnt work, please post or pm the link to the site.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Thanks! I took a look at this when I was setting everything up, but "wordpress" in the exclude list seems to only exclude index.php?main_page=wordpress, not just ?main_page=wordpress.
When I turn the SEO URLs on and go to /?main_page=wordpress, I'm redirected back to the main page of the site.
You can see the problem at c r y s t a l y n k a e.com/?main_page=wordpress - the other URLs are working fine!
Thanks in advance,
Arianne
If you are using link alias, you should clear SSU cache first.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me