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
[Solved]SEO friendly URL's not working.
[Solved]SEO friendly URL's not working.
- 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.
Re: SEO friendly URL's not working.
Not sure but it could be RewriteBase in .htaccess
Try or something similar
Try or something similar
Code: Select all
RewriteBase /web-focus.no/httpd.www
Re: SEO friendly URL's not working.
Try this:
Comment the first line in your .htaccess and add the second line.
Code: Select all
#RewriteRule ^(.+)$ index.php?page=$1 [QSA]
RewriteRule ^(.+).html$ index.php?page=$1 [QSA]