Chyba přesměrování
17 Odpověď
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.
Role: Zákazník
MB313456 Změnil status na publikováno