Hello
When PHP is working as an Apache module, the apache_get_modules function is available and it lets you determine if mod_rewrite is loaded.
Is there a similar function for LiteSpeed Web Server?
How one should check if URL rewriting is enabled?
Reading a rewritable URL from own server with cURL seems too heavy.
When PHP is working as an Apache module, the apache_get_modules function is available and it lets you determine if mod_rewrite is loaded.
Is there a similar function for LiteSpeed Web Server?
How one should check if URL rewriting is enabled?
Reading a rewritable URL from own server with cURL seems too heavy.