here is what I get with the "/" entered:
http://www.j w b o o k s.o r g/russell-rutherford-studies-in-the-scriptures-c-56?zenid=63v3sgcehss6oldlo8q65plpi4
Doen't seem right?:![]()
here is what I get with the "/" entered:
http://www.j w b o o k s.o r g/russell-rutherford-studies-in-the-scriptures-c-56?zenid=63v3sgcehss6oldlo8q65plpi4
Doen't seem right?:![]()
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
Here is the complete .htaccess file:
Does it appear to be correct? If so then I will wait ac ouple of hours for GoDaddy to catch up. They make it difficult to test this by making the change so slowly.
RewriteEngine on
RewriteBase "/"
RewriteRule ^productid([^.]+).*$ index.php?main_page=product_info&cPath=$1 [T=application/x-httpd-php]
Thank you so much for the help!!!
Here is the current URL on a product page:
http://www.j w b o o k s.org/watchtower-magazines-leatherette-reprints-c-151
Last edited by 4thwave; 10 Jan 2009 at 05:53 PM. Reason: Additional info
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
I believe this was in a page from a link in the notes somewhere so I copied it and made the changes. It would seem from yoour reply that the original .htaccess file should be the one to modify so I will do it and check the results..
Sorry for the confusion.
I dont think there is any thing like that in the note. You must have gotten confused with some other SEO module.
Anyhow, if you have not read it, this is a good place to start:
http://wiki.rubikintegration.com/zen...u/installation
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
This is what I now have. It works wonderfully, I will go back through the notes to see exactly where I ended up going to get the previous .htaccess file.
VEARY NICE MOD!!! Thank you for writing it.
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# 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
Alan