casiphin
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hi.
I was wondering if i could get some help with rewrite and mediawiki
I installed MediaWiki with the Softaculous script installer and using tutorials I found online enabled rewite, however, there seems to be an issue some where that i can't seem to find.
here is my .htaccess file
and here is the relevant lines from localsettings.php
the problem i'm getting is that while it does redirect it doesn't seem to want to apply an CSS or JS to the pages. i'm not sure where i went wrong but i am hoping someone here may be able to help.
my site is casiphin.x10.mx
Any help i can get would be very appreciated
Thank you
Casiphin
@SierraAR Okay, Sorry for putting it the wrong spot
I was wondering if i could get some help with rewrite and mediawiki
I installed MediaWiki with the Softaculous script installer and using tutorials I found online enabled rewite, however, there seems to be an issue some where that i can't seem to find.
here is my .htaccess file
Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !^/(skins|stylesheets|images|config)/
RewriteCond %{REQUEST_URI} !^/(redirect|texvc|index).php
RewriteRule ^(.*)$ /index.php [L,QSA]
and here is the relevant lines from localsettings.php
Code:
$wgScriptPath = "";
$wgScript = "$wgScriptPath/index.php";
$wgRedirectScript = "$wgScriptPath/redirect.php";
$wgArticlePath = "$wgScriptPath/$1";
the problem i'm getting is that while it does redirect it doesn't seem to want to apply an CSS or JS to the pages. i'm not sure where i went wrong but i am hoping someone here may be able to help.
my site is casiphin.x10.mx
Any help i can get would be very appreciated
Thank you
Casiphin
@SierraAR Okay, Sorry for putting it the wrong spot
Last edited: