Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Мисля, че трябва да е еднакво, това е и осовната идея, вместо xxx.xxx/най-грозен.html да се получава xxx.xxx/по-грозен.html.<neshto si> се мени, ама еднакво ли трябва да бъде в двата адреса?
http://httpd.apache.org/docs/1.3/content-negotiation.html
RewriteRule ^cat\-(.+)\.html /1-$1.html [R=301,L]
Аз се опитвам да пренасоча с .htaccess url:
http://example.com/index.html
към
http://example.com/
но нещо не ми се получава. Някой има ли идея?
<IfModule mod_rewrite.c>
RewriteEngine On
# If the store is installed in subdirectory change the RewriteBase
RewriteBase /
RewriteCond %{HTTP_HOST} !^example.com$ [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
RewriteCond %{REQUEST_URI} ^(.*)/rss/([0-9A-Za-z]+)/(.+)$
RewriteRule ^rss/([0-9A-Za-z]+)/(.+)$ %1/module.php?ModuleName=com.summercart.rss&UILanguage=$2&FeedType=$1 [L,QSA]
RewriteCond %{REQUEST_URI} ^(.*)/sitemap.xml$
RewriteRule ^sitemap.xml$ %1/module.php?ModuleName=com.summercart.sitemap_protocol&action=acGenerateSitemapXml [L,QSA]
# Catch-all: must be last
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* custom_url.php [L]
</IfModule>
<Files "sclic.???">
Order allow,deny
Deny from all
</Files>
Еми за моя е нормално, писал съмТова ми е .htaccess файла, и двата начина посочени от Иво и Пламен не сработват.