Jsou zobrazeny jen nové odpovědi. Zobrazit všechny
Předmět Autor Datum
Jestli pres RewriteRule: RewriteEngine On RewriteCond %{REQUEST_URI} ^/domains/za999777\.cz/game$ R… nový
HPET 12.10.2025 17:22
HPET
Děkuji mnohokrát. Funguje to poslední
Krakorka 12.10.2025 19:14
Krakorka

Jestli pres RewriteRule:

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/domains/za999777\.cz/game$
RewriteRule ^domains/za999777\.cz/game$ /game [R=301,L]

Nebo s Redirect pro prime presmerovani :

Redirect 301 /domains/za999777.cz/game https://www.za999777.cz/game

Kdyby to neslo tak to zkus pres RedirectMatch (301 znaci jen ze jde o trvale presmerovani):

RedirectMatch 301 ^/domains/za999777\.cz/game$ /game

Zpět do poradny Odpovědět na původní otázku Nahoru