0
votes
1answer
52 views

htaccess url-rewriting does not work properly

I have a httaccess file to redirect the url with xxxx.com/canada/ to http://xxxx.com/index-canada.php. The httaccess redirects the url properly but it replaces my user friendly url with my messy url: ...
0
votes
1answer
331 views

How to dispatch / redirect to appropriate directory according to sub domain

I am deploying a simple website at a web host, but encounter some issues. I am quite new in this area. My domain "xxx.com" 's default directory is public_html/xxx.com at server. (which means ...
1
vote
1answer
591 views

.htaccess conflicts with protected directory (.htpasswd)

I use a .htaccess file to rewrite my urls to make them SEO friendly, this works fine. This file is located in the root (public_html). A website runs there too. Now I created a directory named ...