skip to Main Content

Apache – .htaccess assistance with rewrite rule

I have trouble rewriting virtual directories as variables.. can someone help please? The URL is: https://www.example.com/content/index.php?var=1-dKein4i59xcNjfks I want it to look like: https://www.example.com/content/featured/1-dKein4i59xcNjfks where "content" is a real directory and "featured" and "1-dKein4i59xcNjfks" are virtual my current .htaccess code is…

VIEW QUESTION

how to enable PDO SQLITE in php 8.2.12 for apache 2.4

I already removed the commas... extension=odbc extension=openssl extension=pdo_firebird extension=pdo_mysql extension=pdo_oci extension=pdo_odbc extension=pdo_pgsql extension=pdo_sqlite I also entered the address, however it only activated PDO MYSQL and PDO ODBC: extension_dir = "c:/php/ext" Look information php: PDO PDO support PDO drivers mysql, odbc…

VIEW QUESTION
Back To Top
Search