[Solved]SEO friendly URL's not working.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
iselinarnesen

[Solved]SEO friendly URL's not working.

Post by iselinarnesen »

Hi.

I recently transfered my website(http://www.web-focus.no) to cmsms. I have many valuable rankings in Google and now all my urls are messed up. I tried to do as described here: http://wiki.cmsmadesimple.org/index.php ... retty_URLs, but it did not work. At one point the I got this message when clicking on my page links: "Page not found"

I want all my pages to have this extentions: http://www.mysite.com/page.html

I will attach the htaccess.txt(in the /doc) and config.php

Hope somebody can help me.

Iselin
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

[The extension txt has been deactivated and can no longer be displayed.]

Last edited by iselinarnesen on Wed Nov 30, 2011 4:28 pm, edited 2 times in total.
uniqu3

Re: SEO friendly URL's not working.

Post by uniqu3 »

Not sure but it could be RewriteBase in .htaccess
Try or something similar

Code: Select all

RewriteBase /web-focus.no/httpd.www
iselinarnesen

Re: SEO friendly URL's not working.

Post by iselinarnesen »

Unfortunately, nothing happened.
swgreed

Re: SEO friendly URL's not working.

Post by swgreed »

Try this:

Code: Select all

#RewriteRule ^(.+)$ index.php?page=$1 [QSA]
RewriteRule ^(.+).html$ index.php?page=$1 [QSA]  
Comment the first line in your .htaccess and add the second line.
iselinarnesen

[SOLVED]Re: SEO friendly URL's not working.

Post by iselinarnesen »

It works:) Thanks:)
Locked

Return to “[locked] Installation, Setup and Upgrade”