Tagged Questions
1
vote
0answers
38 views
htaccess, mod_rewrite, remove part from URL
I want to access domain.com/api/(.*) instead of domain.com/public/api/(.*)
Directory structure:
domain.com
__folder1
__folder2
__public
____api
______.htaccess2
____afolder1
____afolder2
...
0
votes
1answer
39 views
Put website into a folder, don't show folder on URL, and still have access to other folders
I'm trying to host my website into a folder on the FTP, for example, /site. But on the URL i want to remove this folder, so it will be www.mysite.com.br instead of www.mysite.com.br/site.
I've ...
0
votes
0answers
116 views
.htaccess - Subdomains to folders = subfolders 404
I have set up a virtual host on my local machine. I've set http://dev to map to my /htdocs/dev folder. With some help from dnsmasq and .htaccess, I've set it up so that it maps subdomains of .dev to ...
0
votes
1answer
128 views
htaccess url rewriting for 1 folder
My .htaccess file works fine for everything expect 1 specific folder. As result, http://www.mydomain.com/administration/index.php unexpectedly goes to 401 error page instead of loading index.php from ...