Chyba přesměrování
Dobrý den,
mám u Vás stránky ubytovani-broumov.cz a google mi neindexuje stránky z důvodu chyba přesměrování. Nenapadá Vás prosím co s tím?
17 Answers
mám uvedeno toto:
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn’t directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn’t directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
jsem amater, laik. promiňte prosím za, pro vás možná blbé dotazy. každopádně děkuji za pomoc a velice si toho vážím.