phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
national signs in url rewrite

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » Apache mod Rewrite
::  
Author Message
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 204

national signs in url rewritePosted: Thu Mar 13, 2008 8:20 pm    Post subject: national signs in url rewrite

Hi coders,
i need little help from you.I bought one script but it seems to e problem in rewriten url whit our national sing like čťáúš etc.it is possible to make this htaccsess to rewrite this signs and some other normaly just like in seo mods here.If it is not much easy i am ready to pay somenone for this job
this are both .htaccsess
index rewrite:
Code:
Options +FollowSymlinks
AddType application/x-httpd-php .xml

RewriteEngine On

RewriteRule ([0-9A-Za-z\_\-]+)/$ ../details.php?Title=$1 [nc]


and in category htaccsess:
Code:
Options +FollowSymlinks
AddType application/x-httpd-php .xml

RewriteEngine On
RewriteRule ([0-9A-Za-z\+\_\-]+)/$ ../categories.php?Category=$1 [nc]

if you need some other parts of script feel free to write it here
thx for any help

best regards

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 204

national signs in url rewritePosted: Fri Mar 21, 2008 8:20 pm    Post subject: Re: national signs in url rewrite

hi
so i have it almost done but still i cant rewrite ř and č why?IS tshi both specific or what

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

national signs in url rewritePosted: Mon Mar 24, 2008 2:48 pm    Post subject: Re: national signs in url rewrite

Try using :

Code:
RewriteRule ([.]+)/$ /categories.php?Category=$1 [L,NC]


The dot (".") stand for any string, you could use the negate option to only avoid slashes for example :

Code:
RewriteRule ([^/]+)/$ /categories.php?Category=$1 [L,NC]


Should allow you to use any chars but slashes.

TomaS wrote:
i cant rewrite ř and č


What do you mean more precisely, are you trying to build a link or to catch an url using mod_rewrite ?

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
TomaS
PR2
PR2


Joined: 08 Jun 2007
Posts: 204

national signs in url rewritePosted: Mon Mar 24, 2008 6:09 pm    Post subject: Re: national signs in url rewrite

thx dcz for your time it is solved now.
for that č and ř i needed change encoding on cp1250

_________________
phpBB podpora-slovak phpBB support
slovenský preklad pre phpbb3-slovak translate for phpBB3
predaj a kupa domeny, marketing a internetove podnikanie- Slovak domain center
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » Apache mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: