Hittar ingen skin.php eller skintemplate.php nånstans
Alltså min .htaccess ser ut såhär:
Kod:
RewriteEngine on
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^(.+) /path/to/web/directory/$1 [L]
# redirect to main page
RewriteRule ^/*$ /index.php?title=Main_Page [L,QSA]
# anything else is to be treated as a title
RewriteCond %{REQUEST_URI} !index.php
RewriteRule ^(.+)$ /index.php?title=$1 [L,QSA]
den här:
Kod:
RewriteRule ^(.+) /path/to/web/directory/$1 [L]
Ska väl ändras antar jag? Jag har installerat media wiki i roten, alltså i public_html. Vad ska jag ändra till?
Tack för at ni försöker hjälpa!