Posts by Lucas Manerich • 101 points
3 posts
-
3
votes1
answer484
viewsA: .htaccess with friendly URL that allows use of the GET method
taking a good look at the Internet I found a solution to my problem and am sharing with you: .htaccess: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
-
2
votes1
answer484
viewsQ: .htaccess with friendly URL that allows use of the GET method
Hello, my system makes use of user-friendly URL, however Mercadolivre API authentication returns to my system using ?code=XXXX, what I need is for the site to work in a hybrid way, both with the…
-
5
votes2
answers64
viewsQ: SELECT returning data not seen by a particular user
I’m having a hard time putting together Query I have 2 tables: video_visualizacoes with the fields visualizacao_id, video_id, conta_id (This field refers to the user who viewed the video)". videos…