On my .htaccess, I have something like this
Although the script load, however for an unknown reason, it does not work properly again. I think the PHP
Also, I have a folder name myfolders. If I visit
I have followed the instruction on https://www.litespeedtech.com/suppo...config:multiviews#how_apache_multiviews_works
but it seems that it is not complete. Different examples were not given
Please how can I achieve the result
RewriteRule ^([a-zA-Z0-9.-]+)/([a-zA-Z0-9.-]+)/good-world/?$ /good-earth.php?product=$1&pid=$2[L]
Although the script load, however for an unknown reason, it does not work properly again. I think the PHP
file_get_contents
does not workAlso, I have a folder name myfolders. If I visit
https://mysite.com/myfolders/users
it will not work but if I visit https://mysite.com/myfolders/users.php
it will work.I have followed the instruction on https://www.litespeedtech.com/suppo...config:multiviews#how_apache_multiviews_works
but it seems that it is not complete. Different examples were not given
Please how can I achieve the result
Last edited by a moderator: