Hello,
This .htacces is not working in openlitespeed. Could you help me?
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
ErrorDocument 401 /index.php
ErrorDocument 404 /index.php
ErrorDocument 500 /index.php
RewriteEngine On
RewriteBase /
<IfModule mod_rewrite.c>
RewriteRule ^([0-9a-zA-Z-_]+)-([0-9]+)$ etiket_oku.php?id=$2 [L,QSA]
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule ^([0-9a-zA-Z-_]+)/([0-9]+)$ sayfa_oku.php?id=$2 [L,QSA]
</IfModule>
Thanks,
Melih
This .htacces is not working in openlitespeed. Could you help me?
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
ErrorDocument 401 /index.php
ErrorDocument 404 /index.php
ErrorDocument 500 /index.php
RewriteEngine On
RewriteBase /
<IfModule mod_rewrite.c>
RewriteRule ^([0-9a-zA-Z-_]+)-([0-9]+)$ etiket_oku.php?id=$2 [L,QSA]
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule ^([0-9a-zA-Z-_]+)/([0-9]+)$ sayfa_oku.php?id=$2 [L,QSA]
</IfModule>
Thanks,
Melih