Joomla kurdum seo sef nasıl yuklenir nasıl aktıf hale gelir modulmüdür dosyalarımı editlemek gerekir vs vs
http://tire35.com/index.php
Joomla seo sef
5
●524
- 05-04-2010, 14:55:00Burda Detaylı anlatılmış
Bileşeni yüklüyorsun önce daha sonra htaccess.txt dosyasında eklemen gereken kod var
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index.php [F,L]Daha sonra dosyanın ismini .htaccess olarak değiştirip, Arama Motoru Dostu Bağlantılar , Apache mod_rewrite'ı Kullan Evet deyip kaydediyoruz bu kadar.