Most voted "wildcard" questions
represents one or more unknown characters. symbols are usually used: +, *, %, and may occur one or more times consecutively.
Learn more…6 questions
Sort by count of
-
8
votes2
answers226
viewsWhy does Value in Spring MVC need an asterisk?
Why do I need to put * no value when there is nothing else? I mean, before using Spring MVC worked smoothly only as /planilha/. The getPlanilha works properly but if it has the same RequestMethod…
-
4
votes1
answer196
viewsWhat is the right way to use DNS wildcard?
I need my server’s Apache virtualhost to meet the following rule: 1- If it’s.com or www.domain.com, then display the content in /var/www/domain.com/home 2- If for blog.domain.com, then display the…
-
2
votes2
answers279
views.htaccess wildcard subdomain pointing to directory + hash
Very simple to doubt. Redirect by . htaccess containing a wildcard and hash subdomain. Of: http://carros.domain.com/visualizar#123 http://casas.domain.com/visualizar#345…
-
1
votes2
answers1870
viewsHow to redirect www.subdominio.dominio.com to http://subdominio.dominio.com?
In order to allow my domain/hosting to use dynamic subdomains, I had to create a DNS wildcard (domain.Sub.com). The problem is that some people usually access using the prefix 'www' before the…
-
1
votes1
answer869
viewsDynamic subdominio with htaccess and php
I’m racking my brain. I need to create dynamic subdominios for each user who registers on my site (e.g., user1.dominio.com.br, usuario2.dominio.com.br, usuario3.dominio.com.br) without having to…
-
0
votes0
answers29
viewsAbout SSL’s Cxb
I recently became very interested in web programming. From countless tutorials watched on various platforms, such as youtube, Vimeo, blogs and forums, in order to put into practice the knowledge I…