Most voted "url-friendly" questions
13 questions
Sort by count of
-
1
votes0
answers32
viewsRewrite URL s using . htaccess
How do I rewrite the following URL s using . htaccess test.com.br/? Section=contact for test.com.br/contact and test.com.br/? Section=vehicle&sub=radio for test.com.br/Vehicle/radio…
-
1
votes2
answers162
viewsHow to make URL friendly without apache mod_rewrite?
I have a small project to do in the next few days and my client has a cheap, shared hosting that does not allow me to change the settings of apache and is not with mod_rewrite enabled. I would like…
-
1
votes1
answer845
viewsremove the php extension and force the entire page as https via htaccess
Folks I’m trying to rewrite in . htaccess to force https on all pages and hide the . php extension. He’s staying at the kinghost and I already have the certificate. I have separate codes but I…
-
0
votes1
answer272
viewsRedirect - User-Friendly URL . HTACCESS
I created a domain redirect to a subfolder, look how it turned out: # Redirect from www to non-www location RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^www.meusite.com.br [NC]…
-
0
votes1
answer525
viewsFriendly URL Code Igniter does not work
my htaccess inside the application folder is so: RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php/$1 [L] Am I putting it in the right folder? Correct…
-
0
votes1
answer251
viewsHow to avoid File Inclusion failure?
Personnel using a vulnerability search tool, vul File Inclusion was found, which is in the following codes: $url = (isset($_GET['url'])) ? htmlentities(strip_tags($_GET['url'])) : ''; $parametros =…
-
0
votes1
answer331
viewsSplit into URL AMIGAVEL without creating folder
Hello, I am running a website and starting to work with friendly Urls, with this structure I can perform the procedure normally and redeem the values. Now I would like to create divisions in the…
-
0
votes0
answers36
viewsControl access on two Urls with . htaccess
I have the folder of login from my website www.meusite.com.br/login and that. after logging in. goes to the www.meusite.com.br/painel. The point is, I need to apply a rule to the login and another…
-
0
votes0
answers77
viewsHow to ignore a subdirectory that is not being represented at the current address?
Obs: The links are fictitious, but they represent my problem. I have a project done in pre-store that in the production environment, is within a subsdirectory: www.site.com/rio/index But in my…
-
0
votes4
answers167
viewsHelp with PHP and htacess Friendly URL
I am new to PHP programming, I created a dynamic website using the following code: <nav> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link"…
-
0
votes2
answers125
viewsUse . htacess to change site to another language
Good afternoon, I have a website that needs to have the English version, so I thought I would have a folder /Eng/ and just change this url but the site in Portuguese I already use htacess to have…
-
0
votes1
answer15
views.htaccess select file and not folder
I have at the root of the site the files . html "index, services, gallery and contact". I also have a folder called "services". i am trying to use this code to let the url’s friendly: RewriteEngine…
-
-1
votes1
answer306
viewsGenerating friendly URL
Guys, I made a product registration page, and I’m willing to put to access the product through the name, same as the wordpress system, but I could not find any support for this. When saving the…