Page 1 of 1

seo url's not working on xampp

Posted: Wed Jan 13, 2010 10:52 am
by imadam
i'm using opencart (just trying 1.4 now from 1.3x) and seo urls don't work and never have. i renamed htaccess and changed settings in admin panel. i have checked and i think mod rewrite is installed. what am i doing wrong?

Re: seo url's not working on xampp

Posted: Wed Jan 13, 2010 11:37 am
by dangkhoaweb
imadam wrote:i think mod rewrite is installed
Be SURE not think man

Re: seo url's not working on xampp

Posted: Wed Jan 13, 2010 8:58 pm
by imadam
i did the below test, came back as though it's ok. not much else i can think to do as i didn't write xampp myself so can only think it's installed and enabled :(

http://www.webune.com/forums/how-to-tes ... d-t40.html

Re: seo url's not working on xampp

Posted: Fri Jan 15, 2010 11:47 am
by dannowatts
imadam wrote:i'm using opencart (just trying 1.4 now from 1.3x) and seo urls don't work and never have. i renamed htaccess and changed settings in admin panel. i have checked and i think mod rewrite is installed. what am i doing wrong?
what happens when you visit the site, when the SEO doesn't work?


rocksteady,
danno~

Re: seo url's not working on xampp

Posted: Tue Jan 19, 2010 7:37 am
by imadam
dannowatts wrote: what happens when you visit the site, when the SEO doesn't work?

rocksteady,
danno~
i get an "object not found" page.

Re: seo url's not working on xampp

Posted: Tue Jan 19, 2010 9:24 am
by dannowatts
post up a screenshot.

rocksteady,
danno~

Re: seo url's not working on xampp

Posted: Tue Jan 19, 2010 9:37 am
by imadam
Image

Re: seo url's not working on xampp

Posted: Wed Jan 20, 2010 12:23 am
by OSWorX
Disable this line in the .htaccess:

Code: Select all

#RewriteBase /
Then it should work (assuming that you have already filled your SEO keywords ;) )

Re: seo url's not working on xampp

Posted: Thu May 13, 2010 8:04 am
by zergussino
+ one more thing

I was absent-minded enough to spend ~5 mins struggling to fix broken SEO URLs before noticed that .htaccess file is named .htaccess.txt
Don't break your head on the same wall, hehe.

Re: seo url's not working on xampp

Posted: Wed Jun 16, 2010 11:30 pm
by kevin85
it also happened to our site,i tried to change the seo url and got always an error message: object not found. but you are right zergussino, always check the extension name before you do a lot of debugging. :D
______________
search engine optimization | web solutions

Re: seo url's not working on xampp

Posted: Tue Dec 14, 2010 7:34 pm
by juliarobert
May be problem with the site link of your website. Check it on your website. You can also check it from webmaster if have. Broken links of your website will be shown here.

Thanks.

Re: seo url's not working on xampp

Posted: Wed Dec 15, 2010 12:34 am
by jty
juliarobert wrote:May be problem with the site link of your website.
No, the problem is not the website. The problem is that Julia Robert(s) is spamming her cleaning site.
Tut Tut, Julia. Give up cleaning & spamming and go back to acting

Re: seo url's not working on xampp

Posted: Thu Dec 16, 2010 3:22 pm
by peal
I have to say that is certainly an utter disappointment to not just you but many of us because such an established organization such as the SEO (Search Engine Optimization) really needs an edge in breaking out and working in open cart which I am afraid they still have not sorted it out yet. I do, however hope that someday I will get to work the SEO URL’s in my Open cart with some kind of a tweak or with a geek!

Re: seo url's not working on xampp

Posted: Thu Jan 13, 2011 3:13 am
by scanreg
OSWorX wrote:Disable this line in the .htaccess:

Code: Select all

#RewriteBase /
Then it should work (assuming that you have already filled your SEO keywords ;) )
Nice, this worked for me, thanks :)

Re: seo url's not working on xampp

Posted: Mon Apr 25, 2011 4:27 am
by tinkeringmonkey
Thank you SO much, scanreg. I was banging my head against the wall trying to get the SEO URls to work. I couldn't figure it out, and no one at my server could figure it out either. Funny how the most frustrating problems have the simplest answer. ;D

store: http://www.tinkeringmonkey.com

Re: seo url's not working on xampp

Posted: Sun Jan 27, 2013 3:58 am
by hram908
#uncomment from httpd.conf below and rename .htaccess.txt to .htaccess

Code: Select all

LoadModule rewrite_module modules/mod_rewrite.so