Posts by Charles S. Ferreira • 131 points
2 posts
-
0
votes0
answers163
viewsQ: URL friendly in two subdirectories
I’m trying to make the url friendly with . htaccess therein: RewriteEngine On RewriteRule ^([a-z_-]+)$ index.php?p=$1 RewriteRule ^([0-9]+)$ index.php?g=$1 RewriteRule ^([a-z_-]+)\/([0-9]+)$…
-
13
votes2
answers7274
viewsA: Difference in result between Mysql 5.5 and Mariadb 5.5
Incompatibilities between Mariadb 5.1 and Mysql 5.1 In a few cases Mariadb must be incompatible to allow Mariadb to provide more and better information than Mysql. Here is the list of all known user…