Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t get permalinks working


zaerl
Participant

@zaerl

That’s strange.

$is_apache = ( strpos( $_SERVER['SERVER_SOFTWARE'], 'Apache' ) !== false || strpos( $_SERVER['SERVER_SOFTWARE'], 'LiteSpeed' ) !== false);

this is the line that check the server software. Check phpinfo() and see what you get.

Skip to toolbar