skip to Main Content

Nginx Special folder to another directiry – Apache

I have a special path in my site that should read files from another directory in my server. server { server_name www.translation1010.com translation1010.com; root /var/www/translation1010.com/; error_log /var/www/translation1010.com/_error.log; index index.php; #include /etc/nginx/options; } i want translation1010.com/admin/ read from /var/www/admins.com/panel/ what code…

VIEW QUESTION

301 path redirect in web.config – Apache

I am trying to get a web redirect to work for my wordpress site, but nothing happens for the redirect url. The site is wordpress and has an existing web.config file which looks like this: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer>…

VIEW QUESTION
Back To Top
Search