wtorek, 18 listopada 2014

joomla-usuniecie-index-php-z-adresu-url

Pierwsza sprawa
Select Site > Global Configuration)

Następnie w sekcji -Optymalizacja dla wyszukiwarek- ustaw -Korzystaj z mod_rewrite- na Tak.

w pliku .htaccess dodajemy wpis

Bez php.

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/index\.php/
RewriteRule ^index.php/(.*) /$1 [R,L]


bez html.

RewriteEngine On
RewriteCond %{REQUEST_URI} \.html$
RewriteRule (.*)\.html$ /$1 [R,L]

Brak komentarzy:

Prześlij komentarz

lubię to

Popularne posty