Vendor Page Redirecting From Seo Slug To Non-Seo Slug

My market is brand new and has no active vendors.

I have a vendor account for myself (A), and one other account for a vendor (B). I created the vendors account for her and set everything up for her, I'm the vendor administrator.

When you go to a product of the vendor B and hover over the link you see:

/abritishbaker

But when you click on the vendor link it brings you to:

/index.php?dispatch=companies.view&company_id=126

I have gone through this article here: https://docs.cs-cart.com/latest/user_guide/addons/seo/seo_not_work.html

and I can't seem to find a mod_rewite file in my PHP information, but when I contact my host they are saying it's installed and enabled and everything.

I don't know if it's something else causing this? All my other SEO slugs are working throughout the entire market except this vendor I created.

Hello

Please describe exactly where you click. You go from the admin panel to the frontend. Are you still on the frontend?

Best regards

Robert

So I figured one thing out but then it lead to more problems.

The two vendors were on different plans and one had microstores enabled and the other one didn't.

That fixed the SEO slug on the vendor store page, but not the page that lists the vendors.

So I then went to ADDONs and disabled the SEO ADDON and re-enabled it and got this error:

WarningSEO-friendly URLs are disabled. Check your web server and URL manipulation engine settings.

Now everything is broken and I can't get it back.

Any help would be amazing.

SO new to this.

Thanks

Hello

This message suggests that the rewrite module in apache is not working correctly. Either it is not enabled or it is blocked in some way and the program cannot use it.

Best regards

Robert

Great thanks.

When I contacted the host they said that the rewrite module is enabled. Any idea how I can figure out how it's being blocked?

Hello

Please try check Admnistration->Logs->PHP Information and search rewrite.

Show what results you will have.

Best regards

Robert

I cannot find a word rewrite when I search in the logs.

The host keeps saying it's enabled. I just contacted them again. Hmm

Hello

Do not search in logs. Look on the page with Admnistration -> Logs -> PHP Information

(It is under the upper right rack and there do CTRL-f)

Best regards

Robert

Inside there the only word rewrite is found here:

			url_rewriter.hosts
		
			no value
		
			no value
	
	
		
			url_rewriter.tags
		
			a=href,area=href,frame=src,input=src,form=fakeentry
		
			a=href,area=href,frame=src,input=src,form=fakeentry


This is a screen shot



Here is a screen shot

Screen Shot 2019-09-15 at 12.20.11 PM.png

The host company mentioned the following:

[Zach E.] root@vps50271 [~]# httpd -M | grep rewrite

rewrite_module (shared)
root@vps50271 [~]#
[Zach E.] Its enabled.

Then I sent him the CS Cart system requirements and he said this:

[Zach E.] root@vps50271 [~]# httpd -M | grep rewrite
rewrite_module (shared)
root@vps50271 [~]# httpd -M | grep headers
headers_module (shared)
root@vps50271 [~]# httpd -M | grep ssl
ssl_module (shared)
root@vps50271 [~]# httpd -M | grep sec
security2_module (shared)

Hello

Look on our the screenshot

Best regards

Robert

Zrzut ekranu z 2019-09-15 20-12-33.png

I don't have anything called loaded modules. I only have this: (see attached)

Screen Shot 2019-09-15 at 4.09.19 PM.png

I found this article here:

https://forum.cs-cart.com/topic/27932-warning-seo-friendly-urls-are-disabled/

And it solved my problem...but when I go to Logs > PhP Information to search for "Rewrite" it's still not showing up.