| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
TomaS PR2

Joined: 08 Jun 2007 Posts: 204
|
Posted: 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 |
|
 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 204
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: 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 |
|
 |
TomaS PR2

Joined: 08 Jun 2007 Posts: 204
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |