ph
phuongdzu
#1
Hello
I use Yetishare script. It works with Apache but is not working with Open Litespeed, it show 404 File Not Found
This is htaccess content:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?_page_url=$1 [QSA]
Please help
Thanks