New Zenner
- Join Date:
- Sep 2007
- Posts:
- 3
- Plugin Contributions:
- 0
Chemo's Ultimate URL's
Hi everyone,
Have been reading through this thread but haven't come across an answer to my question. Sorry if i've missed it but there's a lot to read! :shocking:
I've upgraded to the latest seo urls with the 5 patches (i hope) posted a couple
of pages back and have managed to get it working, including the EZ-pages which previously weren't working!! :clap:
The only problem i have at the moment is the home link gives 404 page not found but if you type in index.html you get the home page.http://www.verdecoffee.com/zencart/
These are the options i'm running:-
JD Productions: News & Article Manager: Archive, JD Productions: News & Article Manager: Article, JD Productions: News & Article Manager: Article: Comments, JD Productions: News & Article Manager: Index, JD Productions: News & Article Manager: RSS Feed, Core: Advanced Search, Core: Advanced Search: Result, Core: Category, Core: EZ Pages, Core: Manufacturer, Core: Product, Core: Product: Image, Core: Product: Reviews, Core: Product: Reviews: Info, Core: Product: Reviews: Write, Core: Default, Core: Default Skips
on zencart Zen Cart 1.3.7 with seo urls 3.0.0 beta1
.htaccess file is:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /zencart/
EZ Pages from Ultimate Seo Urls version 2.1 to 3.X
RewriteRule ^page.html$ index.php?main_page=page&%{QUERY_STRING} [L,R=301]
Seo Urls version 3.x
Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1 [L,QSA]
And not forgetting a big well done and thank you to everyone :clap:, this is the only time i've not been able to find a solution in these forums and i've almost got my site ready to set live.