Fixed it!
From another post:
Amend the seo.url file with the changes listed in this post:
http://www.zen-cart.com/forum/showth...190#post455190
Fixed it!
From another post:
Amend the seo.url file with the changes listed in this post:
http://www.zen-cart.com/forum/showth...190#post455190
HI
I have managed to install beat seo urls 3.0.0 (beta1) the problem is that when I go through the checkout and get to worldpay or nochex my nochex & worldpay id are not getting transferred so I get merchant id not fount with world pay and with nochex the buyer get took to the wrong page which makes them have to put all the order info in.I am running zencart 1.3.8 Latest
Any help would be great. James
I have a question on the mod -rewrite - I just recently installed The latest SEO URLs on a 1.3.7a site - All went well and so far I've found no issues; however - is there a way to improve the look of the URLs. What I'm getting is: The product name is Harlequin Candle Lamp - the url appears this way: Harlequin+Candle+Lamp+-+7485-p-537.html - is there a way to have the rewrite use underscores vs. the plus signs or maybe someone has an even better suggestion? This is an area that I do lack an expertise so I'm hoping for someone just a bit smarter than I to help me out here. I wanted to get this cleaned up a bit before I submitted my site maps.
the site can be found here
Currently my .htaccess looks like this:
RewriteEngine On
RewriteBase /
# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
I am going to go digging for more information on the rewrite engine to see what I might find...Any help here would really be appreciated.
Thanks in advance
This looks like a good source for .htaccess information. A little less intimidating than Apache.org.
http://corz.org/serv/tricks/htaccess.php#denied
I have two questions:
I'm running version 1.3.7, with PHP 5 and MySQL 5.
1. When I click on a category, I get the message "No Input File Specified.". Someone suggested earlier in the thread that I add "AddHandler application/x-httpd-php4 .php" to my .htaccess file. Although that works temporarily, I'm wondering if anyone else has come across this and managed to find a fix.
2. Magic SEO URLs displays product URLS like such:
www.x.com/Category-c3/Subcat-c15/Product-p11/
while SEO URLs displays product pages without the categories like so:
www.x.com/Product-p11/
Does anyone know how to alter SEO URLs to display product pages like Magic SEO?
Thanks
Not sure what to put as my shop.I read your notes I put everthink i can think of. Could i find my shop name in my database or sql
thanks. I turned to off for now
Never mind.... got it to work =) it was just a /
:::::::EXAMPLE::::::::
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
Hi,
what I need to do if I want to put a word behind every url, if they were in a directory named that word ?
To be more precise, the urls look like this by default: http://www.something.com/category-na...ame-c-1_1.html, but I want to put a "keyword" between / and category, like this: http://www.something.com/keyword/category-name-product-name-c-1_1.html
Hi,
What else I need to modify than the .htaccess if I want to put a keyword between the category name and my shop`s directory ?
I want to achive something like this: something.com/shop/KEYWORD/category-name-product-name-c-1_2.html
If i put that keyword in the .htaccess file to the corresponding place, I can reach the page by manually typing the new urls, but the links on the pages generated by the php code still remains the same .
Thanks,
Dave
Last edited by dave604; 2 Apr 2008 at 12:57 PM.
Bookmarks