Gönderen Konu: Smf Seo Kurulumu Bol Resimli Anlatim  (Okunma sayısı 10946 defa)

HS-Hamza

  • Administrator
  • Newbie
  • *****
  • İleti: 22
    • Profili Görüntüle
    • E-Posta
Smf Seo Kurulumu Bol Resimli Anlatim
« : Ocak 01, 2009, 03:14:38 ÖS »
Merhabalar.Arkanýza Yaslanýn,Beni Dikkatlice Dinleyin.Aþaðýdaki Adýmlarý Eksiksiz Bir Þekilde Yerine Getirdiðiniz Takdirde En Fazla 5 Dakikanýzý ayýrarak Sitenize SMF SEO Kurabilirsiniz.


Herkesin Rahatça Anlamasi Ýçin Bol Bol Resim Kullanmayi Düþündüm.Madde Madde Beni Ýzleyin :


1) Aþaðýdaki Baðlantýdan Bilgisayarýnýza SMF SEO yu Ýndiriniz :


http://www.hostingsiteniz.net/dosyaindir/seo4smf-0.2.9.9.zip



2) Bilgisayarýnýza SMF SEO Ýndikten Sonra Yapmanýz Gereken Sitenizin Admin Panelini Açmak Ve Paket Yönetimine Girmek.



3) Aþaðýdaki Resimde Gösterildiði Gibi Paket Yönetiminden Paket Yükle Sekmesine Týklýyoruz






4) Aþaðýdaki Resimde Gösterildiði Gibi Gözat Seçeneðine Týklayip Bilgisayarimiza Ýndirdiðimiz Seo yu Seçiyoruz Ve Tamam Diyoruz






5) Paket Yönetiminden Seo Seçilmiþ Oldu Böylece.Yükle Tuþuna Basmamýz Gerekiyor Þimdi de






6) Ve Paket Baþarýyla Yüklendi.Þimdi Aþaðýdaki Resimde Gösterildiði Gibi Uygula Seçeneðine Basýyoruz






7) Bu adýmda FTP Bilgilerimizi Gireceðiz Ve Devam Tuþuna Týklayacaðiz






8 ) Devam Tuþuna Týkladýktan Sonra Sistem, Kurulum Eylemlerinin Baþarýlý Geçip Geçmeyeceðini Test Edecek Ve Size Bu Konuda Bilgi Verecek.Tüm Testler Baþarýlý Ýse Aþaðýdaki Resimde De Gösterildiði Gibi ÞÝMDÝ YÜKLE butonuna Týklayacaðiz






9) Paketimiz Baþarýyla Uygulanmýþtýr






10) Bu adýmda F5 Tuþuna Basararak Sayfayý Yenileyeceðiz Ve Admin Panelimize SEO4SMFADMÝN Adýnda Bir Bölümün Geldiðini Göreceðiz.Þimdi Bu Bölümü Açýyoruz






11) Bu Adým OLDUKÇA ÖNEMLÝ.AÞAÐIDAKÝ RESÝME ÝYÝCE BAKIP SÝZDE AYNI AYARLARI YAPINIZ






12) SIRA GELDÝ KURULUMUN EN ÖNEMLÝ YERÝNE.BU ADIMDA .htaccess Dosyamýzý Admin Panelimizin SEO4SMF Bölümünden Editleyeceðiz.

.htaccess Bölümüne Yazmanýz Gereken Kod Aþaðýdaki Gibidir.Kopyala Yapýþtýr Fonksiyonunu Kullanýnýz.




Kod: [Seç]
#Some apache servers need Rewritebase.
#delete # from start of Rewrite base to enable it.
#If your forum is something like http://www.forum-example.com/forum then modify your
#RewriteBase in this way: RewriteBase /forum

RewriteBase /

#Archive/Sitemaps
RewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]

#uncomment if you use beautifying url actions
#RewriteCond %{REQUEST_METHOD} =GET
#RewriteCond %{QUERY_STRING} ^action=(.*)$
#RewriteRule  ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$
RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]

RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]

#Tiny Portal Old Url's
RewriteCond %{QUERY_STRING} ^page=([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]

#Rewrite Old urls
RewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]

RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]
RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]

#Bad Url's
#RewriteCond %{REQUEST_URI} ^(.*)\.html$
#RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$
#RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]

RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]
RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]

#New board URL's
RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]
RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]
RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]

#New topic URL's
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]

#New profiles URL's
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]
RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]

#New Tinyportal Articles URL's
RewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]

#New action Url's - uncomment if you use beautifying url actions
#RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]
#RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]

#Sitemaps
RewriteRule sitemap.xml sitemaps.php [L]
RewriteRule urllist.txt urllist.php [L]





DÝKKAT ! : AÞAÐIDAKÝ RESME DÝKKATLÝ BAKINIZ.

YEÞÝL YUVARLAK ÝÇÝNE ALDÝÐÝM BÖLÜMÜ KESÝNLÝKLE DEÐÝÞTÝRMEYECEKSÝNÝZ.

DEÐÝÞTÝRECEÐÝNÝZ BÖLÜM KIRMIZI OK ÝLE BELÝRTÝLMÝÞTÝR.

#RewriteBase in this way: RewriteBase /forum ==== Buraya Dokunmuyoruz

RewriteBase /         ==== Bu Bölümde / Ýþaretinden Sonra Forum Dizininizin Bulunduðu Klasörün Ýsmini Yazacaðiz.Benim Forum Klasörümün Adý SMFSEOKURULUMU olduðu için bu þekilde yazdim.Þayet Forumunuz Ana dizinde Ýse RewriteBase /   Kýsmýndan Sonrasini Boþ Býrakabilirsiniz







13) Save Butonuna Týklayýp Çýkýyoruz.



14) Admin Panelimizdeki Forum Seçenekleri Bölümüne Giriyoruz Ve Aþaðýdaki Resimde de Gösterildiði Gibi URL' leri Göstermeden Kullan Yazýsýna Çentik Atýyoruz






VE SÝTEMÝZE SMF SEO KURULDU.HEPÝMÝZE GEÇMÝÞ OLSUN :)










Anlatým Sahibi : Hamza AĞIRAKÇA

Saygýlarýmla


« Son Düzenleme: Şubat 15, 2010, 06:02:59 ÖS Gönderen: HS-Hamza »

resul1213

  • Newbie
  • *
  • İleti: 1
    • Profili Görüntüle
    • E-Posta
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #1 : Aralık 27, 2009, 12:29:17 ÖS »
Merhaba Hocam Ya Ben Kurdumda Sayfayı Yenilediğimde Şöyle Bir Hata Almaktayım ;

Duplicate entry 'seo4smf_enable' for key 1
Dosya: C:\Inetpub\vhosts\paylasmayagel.com\subdomains\forum\httpdocs\Packages\temp\install.php
Satır: 41

bu şekil bir veritabanı hatası smf sürümüm 1.1.11 dir... yardımlarınızı bekliyorum...

HS-Abdullah

  • Administrator
  • Newbie
  • *****
  • İleti: 45
    • Profili Görüntüle
    • E-Posta
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #2 : Aralık 28, 2009, 07:35:48 ÖS »
Merhaba

Packages\temp\ kısmına girip içinde var olan dosyaları siliniz... Ondan sonra phpmyadmine giriniz. Arama kısmına basın tüm tabloları seçip seo yazın. Çıkan sonuçları siliniz. Bu işlem sonrasında yeniden kurulumu gerçekleştirebilirsiniz..

Şayet buda olmazsa manuel kurulum yapabilirsiniz..

Merhaba Hocam Ya Ben Kurdumda Sayfayı Yenilediğimde Şöyle Bir Hata Almaktayım ;

Duplicate entry 'seo4smf_enable' for key 1
Dosya: C:\Inetpub\vhosts\paylasmayagel.com\subdomains\forum\httpdocs\Packages\temp\install.php
Satır: 41

bu şekil bir veritabanı hatası smf sürümüm 1.1.11 dir... yardımlarınızı bekliyorum...

Teknobilgi.net

  • Newbie
  • *
  • İleti: 2
    • Profili Görüntüle
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #3 : Şubat 13, 2010, 03:15:30 ÖS »
 manuel yükleme anlatımı yok mu ?
« Son Düzenleme: Şubat 13, 2010, 03:56:00 ÖS Gönderen: Teknobilgi.net »

Teknobilgi.net

  • Newbie
  • *
  • İleti: 2
    • Profili Görüntüle
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #4 : Şubat 13, 2010, 03:36:20 ÖS »
Dediğinizi yaptım siteye girdiğim zaman herhangi bir kategoriye girdiğim zaman resimdeki hatayı alıyorum neden acaba?

HS-Hamza

  • Administrator
  • Newbie
  • *****
  • İleti: 22
    • Profili Görüntüle
    • E-Posta
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #5 : Şubat 15, 2010, 06:01:08 ÖS »
Merhaba Hocam Ya Ben Kurdumda Sayfayý Yenilediðimde Þöyle Bir Hata Almaktayým ;

Duplicate entry 'seo4smf_enable' for key 1
Dosya: C:\Inetpub\vhosts\paylasmayagel.com\subdomains\forum\httpdocs\Packages\temp\install.php
Satýr: 41

bu þekil bir veritabaný hatasý smf sürümüm 1.1.11 dir... yardýmlarýnýzý bekliyorum...

Duplicate entry çift giriş manasına gelirki veritabanızda seo ile ilgili yukarıda belirtilen girdiden birden fazlaca girildiyseb bu hatayla karşılaşırsınız. Yapmanızı gerekeni Abdullah bey anlatmış. Uyguladiğiniz takdirde 0 dan kurmaya rahatça başlayabilirsiniz



Dediðinizi yaptým siteye girdiðim zaman herhangi bir kategoriye girdiðim zaman resimdeki hatayý alýyorum neden acaba?

Merhaba.

.htaccess Dosyası olarak Şunu Deneyiniz ;


Kod: [Seç]

RewriteEngine on#Some apache servers need Rewritebase.#delete # from start of Rewrite base to enable it.#If your forum is something like http://www.forum-example.com/forum then modify your#RewriteBase in this way: RewriteBase /forumRewriteBase /forum#Archive/SitemapsRewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]#uncomment if you use beautifying url actions#RewriteCond %{REQUEST_METHOD} =GET#RewriteCond %{QUERY_STRING} ^action=(.*)$#RewriteRule  ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^topic=([0-9]*.[0-9]*)RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)RewriteRule  ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]#Tiny Portal Old Url'sRewriteCond %{QUERY_STRING} ^page=([0-9]*)RewriteRule  ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]#Rewrite Old urlsRewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]#Bad Url's#RewriteCond %{REQUEST_URI} ^(.*)\.html$#RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$#RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule  ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]RewriteRule  ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]#New board URL'sRewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]#New topic URL'sRewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]#New profiles URL'sRewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]#New Tinyportal Articles URL'sRewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]#New action Url's - uncomment if you use beautifying url actions#RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]#RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]#SitemapsRewriteRule sitemap.xml sitemaps.php [L]RewriteRule urllist.txt urllist.php [L]






HS-Hamza

  • Administrator
  • Newbie
  • *****
  • İleti: 22
    • Profili Görüntüle
    • E-Posta
Ynt: Smf Seo Kurulumu Bol Resimli Anlatim
« Yanıtla #6 : Ekim 04, 2011, 05:47:48 ÖS »
Kod: [Seç]
RewriteEngine on

#Some apache servers need Rewritebase.
#delete # from start of Rewrite base to enable it.
#If your forum is something like http://www.forum-example.com/forum then modify your
#RewriteBase in this way: RewriteBase /forum

RewriteBase /forum

#Archive/Sitemaps
RewriteRule ^sitemaps-([a-zA-Z0-9-]*)\.html index.php?dummy=1&action=seo4smfsitemaps&sa=$1 [L]

#uncomment if you use beautifying url actions
#RewriteCond %{REQUEST_METHOD} =GET
#RewriteCond %{QUERY_STRING} ^action=(.*)$
#RewriteRule  ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^topic=([0-9]*)$
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^topic=([0-9]*.[0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$
RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]

RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1 [R=301,L]

#Tiny Portal Old Url's
RewriteCond %{QUERY_STRING} ^page=([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?p=%1 [R=301,L]

#Rewrite Old urls
RewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]

RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]
RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]

#Bad Url's
#RewriteCond %{REQUEST_URI} ^(.*)\.html$
#RewriteCond %{REQUEST_URI} !^(.+)/(.*)-t([0-9]*)\.([0-9]*).html$
#RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html seo4smf-redirect.php?t=$2 [R=301,L]

RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]
RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]

#New board URL's
RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]
RewriteRule ^(.*)-b([0-9]*)\.([0-9]*)/$ index.php?dummy=2&board=$2.$3 [L]
RewriteRule ^(.*)-b([0-9]*)\.([0-9])$ index.php?dummy=2&board=$2.$3 [L]

#New topic URL's
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$6 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]
RewriteRule ^(.*)-t([0-9]*)\.([0-9]*)\.html$ index.php?dummy=1&topic=$2.$3 [L]

#New profiles URL's
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]
RewriteRule ^(.*)-u([0-9]*)\.html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]
RewriteRule ^(.*)-u([0-9]*)\.html index.php?dummy=1&action=profile;u=$2 [L]

#New Tinyportal Articles URL's
RewriteRule ^(.*)-p([0-9]*)\.html index.php?dummy=1&page=$2 [L]

#New action Url's - uncomment if you use beautifying url actions
#RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L]
#RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]

#Sitemaps
RewriteRule sitemap.xml sitemaps.php [L]
RewriteRule urllist.txt urllist.php [L]