Posiadam dodatek do SMF SimpleSEF
Oryginalny htaccess z tego dodatku:
Kod
RewriteEngine On
# Uncomment the following line if it\'s not working right
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]';
# Uncomment the following line if it\'s not working right
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]';
Odkomentowanie RewriteBase / nic nie daje. Kiedyś miałem dobrze, tylko przez pomyłkę zamieniłem htaccess...
Temat do usunięcia.