Diskuze: htaccess na subdoméně
V předchozím kvízu, Online test znalostí PHP, jsme si ověřili nabyté zkušenosti z kurzu.
Zobrazeno 2 zpráv z 2.
V předchozím kvízu, Online test znalostí PHP, jsme si ověřili nabyté zkušenosti z kurzu.
Skus tento generator.
htaccess z tvojej subdomeny https://subdomain.example.cz na https://friendly.com by
mala fungovat takto:
Options -Multiviews
RewriteEngine On
RewriteBase /
# Force search engines to use subdomain.example.cz
RewriteCond %{HTTP_HOST} !^subdomain\.example\.cz$
RewriteRule ^(.*) http://subdomain.example.cz/$1 [R=301,L]
# Specify search friendly URLs
RewriteRule ^https://www\.friendly\.com$ /about.html [L]
# Generated for free at SearchFriendlyURLs.com
Zobrazeno 2 zpráv z 2.