1
angelomorto
SEO Redirect 301 on Smartsection

Hi guys,
I need a hand to rewrite 301.
I have a website hosted on Aruba.it and my url, for example ...

http://www.miosito.it/modules/smartsection/item.php?id=123

I want to change in....

http://www.miosito.it/articles/123

anybody know what to write into .htaccess file???

I tried different solutions but I have not solved the problem!

2
Peekay
Re: SEO Redirect 301 on Smartsection
  • 2011/7/29 8:00

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


You could try this:

le="color: #000000"><?php Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} ^/modules/smartsection/item.php$ RewriteCond %{QUERY_STRING} ^id=([0-9]*)$ RewriteRule ^(.*)$ http://www.miosito.it/articles/%2/? [R=301,L]
A thread is for life. Not just for Christmas.

3
angelomorto
Re: SEO Redirect 301 on Smartsection

I try this solution, but don't work well...
The result is...
http://www.miosito.it/articles//

Quote:

Peekay wrote:
You could try this:

le="color: #000000"><?php Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} ^/modules/smartsection/item.php$ RewriteCond %{QUERY_STRING} ^id=([0-9]*)$ RewriteRule ^(.*)$ http://www.miosito.it/articles/%2/? [R=301,L]

4
Peekay
Re: SEO Redirect 301 on Smartsection
  • 2011/8/2 12:51

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Sorry, my typo. Should be var 1 in the rewrite rule, not 2.

le="color: #000000"><?php RewriteRule ^(.*)$ http://www.miosito.it/articles/%1/? [R=301,L]
A thread is for life. Not just for Christmas.

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits