[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
MNews fórum • Zobrazenie témy - Pěkné URL
Stránka 1 z 1

Pěkné URL

PoslaťNapísal: 05 Dec 2014, 19:49
od Petr_D

Re: Pěkné URL

PoslaťNapísal: 08 Dec 2014, 15:34
od martyj
Řekl bych, že tohle fórum je mrtvé a já ti bohužel neporadím. Každopádně mě to dělá to samé.

Re: Pěkné URL

PoslaťNapísal: 12 Dec 2014, 02:19
od mandel99
použij :
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com [nc]
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
RewriteRule ^([a-z0-9\-\_]+)/$ /index.php?mn_post=$1 [L,QSA]

zdá se to být stejné ale není ( je smazané lomítko před regexp-em )

Re: Pěkné URL

PoslaťNapísal: 12 Dec 2014, 10:28
od Petr_D
Bohužel, nefunguje. Takto se nedostanu ani do administrace ../mnews .

Re: Pěkné URL

PoslaťNapísal: 12 Dec 2014, 18:54
od mandel99
omlouvám se.. do souboru zkus dát pouze :
RewriteEngine On
RewriteRule ^([a-z0-9\-\_]+)$ /index.php?mn_post=$1 [L,QSA]

Re: Pěkné URL

PoslaťNapísal: 22 Júl 2016, 17:08
od Emfai