There was an old site and all your URLs have changed.
A URL that was well found on Google was:
Yourdomain.com/datacenters
Now I want to redirect this URL to:
mydomain.com/data-centers
In htaccess I did:
redirect 301 /datacenters...
I'd like to use this to mask the data contained in the url. something like:
localhost / webservice / redes.php? parameter = 1 per
localhost / webservice / networks / consult /
How do I do this?
I created some pages .html and put online. In the browser file extensions are visible. However I want to hide them to make urls more "friendly".
For example: instead of www.meusite.com/contato.html I want only www.meusite.com...
Good morning everyone, so I'm setting up a movie server and I have several movies in a vps and my site is hosted on the hostgator.
Is it like for a password with .htaccess in my vps and do authentication with the post method? Why before I get th...
Well I created a page with the custom URL
RewriteRule ^produtos/([A-Za-z0-9-]+)/?$ produto.php?product=$1 [NC,L]
Okay, so good, the new link works
But I'm trying to block direct access by the URL produto.php?product=$1...
I need to do deploy for production of an application that I migrated to laravel 5.4, in test environment I am using the virtual host on windows where I type in url 'mysite1' and until then beauty.
But when I was setting up with .htaccess when...
I have a problem here, I do not have knowledge with .htaccess and I'm not able to configure it.
I need to redirect the www domain to the www domain, an error is that it is redirecting all HTTPs domains to and the root folder is...
I have the following redirect:
RewriteRule ([^/]*)\/([^/]*) http://ip/~user/codigo.php?nome=$1&numero=$2
To generate the url:
link
But there are other folders, such as assets / css / main.css and others like /css/name / othe...
Talk about it!
I'm having a question about https redirection.
I have a ".com" domain (SSL installed), but ".com.br" does not have SSL. I only do the redirect for ".com" with SSL, until then blz, but if I try accessing the link site gives...
In short, it only works if I put index.php in the URL.
It looks like it's in .htaccess, but I do not know where.
I would like to know which setting is incorrect or what I could do to find out my error.
Data: Debian (9) Apache / 2.4.25 (Debian...