<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Handly sef url working on Litespeed ?</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 19:14:10 -0000</pubDate>

		<item>
			<title>MecTruy</title>
			<description><![CDATA[<p>Handly sef url working on Litespeed ? or just Apache ? i must do extra someting for .htaccess rules ?</p>
<p class="updated"><strong>Added 11 minutes later:</strong></p><p><strong>i found solition</strong>, for Litespeed and Openspeed .htaccess</p>

<p>example .htaccess</p>

<pre class="brush:cpp;">
Options -Indexes
RewriteEngine On



&lt;IfModule mod_rewrite.c&gt;
	RewriteEngine On

	#	If you are having problems with the rewrite rules, remove the "#" from the
	#	line that begins "RewriteBase" below. You will also have to change the path
	#	of the rewrite to reflect the path to your XenForo installation.
	#RewriteBase /xenforo

	#	This line may be needed to workaround HTTP Basic auth issues when using PHP as a CGI.
	RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

	RewriteCond %{REQUEST_FILENAME} -f [OR]
	RewriteCond %{REQUEST_FILENAME} -l [OR]
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^.*$ - [NC,L]
	RewriteRule ^([^?]+) index.php?rwr=$1 [QSA,NC,NE,L]
	RewriteRule ^page/([a-zA-Z0-9_]+)$ page.php?al=$1 [QSA,NC,NE,L]
&lt;/IfModule&gt;</pre>

<p> </p>
<p class="updated"><strong>Added 7 hours later:</strong></p><p>This method just working pages sef urls  but admin panel not working. </p>
]]></description>
			<pubDate>Thu, 23 Nov 2023 10:56:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=9301&d=0#post47440]]></link>
		</item>
	</channel>
</rss>