Lighttpd rewritecond trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    1,012 lighttpd rewritecond trabalhos encontrados, preços em USD
    sysadmin Encerrado left

    Configuração do Lighttpd para rodar Django em um serviço de cloud.

    N/A
    N/A
    0 ofertas

    ...($server !~ /^www./){$server = '' . $server;}}@domains = keys(%domains);foreach $domain(@domains){if ($domain eq $server){print "Location: $domains{$server}nn";$match="yes";last;exit}}unless($match){print "Location: nn";exit}exit ; ``` and the .htaccess file is: ``` RewriteEngine on #RewriteEngine On #RewriteCond %{SERVER_PORT} 80 #RewriteRule ^(.*)$ $1 [R=301,L] RewriteCond %{SERVER_PORT} ^2082$ RewriteRule .* https://%{SERVER_NAME}:2083%{REQUEST_URI} [R,L] # -FrontPage- AuthUserFile /home/feetsdr/public_html/_vti_pvt/ AuthGroupFile /home/feetsdr/public_html/_vti_pvt/ DirectoryIndex <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit

    $22 (Avg Bid)
    $22 Média
    10 ofertas

    Urgently needing expertise to resolve a critical WordPress issue. it shows this: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L # END WordPress instead of showing the website

    $19 (Avg Bid)
    $19 Média
    30 ofertas

    I need a skilled freelancer to install web server software on my Linux server. Unfortunately, I'm unsure which web server software to use, so I need your advice on Apache, Nginx, or Lighttpd. The ideal freelancer should: - Have extensive Linux server administration experience - Be proficient with installing web server software - Possess an understanding of Apache, Nginx, and Lighttpd - Have the ability to recommend the most suitable web server software for my needs. Please remember that this is a quick task and I'm expecting the job done efficiently and accurately.

    $19 (Avg Bid)
    $19 Média
    20 ofertas
    .htaccess problem Encerrado left

    I have a website working on. This website is using htaccess file to redirect the site. such as RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ $1 [R,L] Redirection seems working, but the website is showing the error message 403 forbidden.

    $24 (Avg Bid)
    $24 Média
    24 ofertas

    I am looking for an experienced developer to optimize my Debian 10 Php-FPM Lighttpd setup. Currently, my server is experiencing high CPU usage and I am receiving the error message "response not received, request sent: 1909 on socket: tcp:". I have attempted some optimization measures in the past, but they did not work. My server is a dedicated server, and my website is quite large with over 100 pages and over 500 daily visitors. Ideal skills and experience for this job include: - Strong knowledge of Debian 10, Php-FPM and Lighttpd - Expertise in server optimization - Experience with troubleshooting and fixing high CPU usage issues - Ability to work efficiently and effectively to minimize any downtime for my website.

    $85 (Avg Bid)
    $85 Média
    1 ofertas

    For the below htaccess redirect rule is working but below lines are not working. <IfModule mod_rewrite.c> Header set Access-Control-Allow-Origin "*" RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} !^www. [NC] RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] RewriteRule ^([A-Za-z0-9-]+)/?$ $1 [NC,L] </IfModule>```

    $19 (Avg Bid)
    $19 Média
    15 ofertas

    ...com/A/AB/ABC/ABCD/ and would receive A/AB/ABC/ABCD/index.html. But now I want to be able to enter http://localhost/A/AB/ABC/ABCD/ and I want the server to give the information I entered to index.php. So again would receive A/AB/ABC/ABCD/ but now from localhost. I have configured everything but it is not working. My .htaccess file contains: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1 [QSA,L] /etc/apache2/ contains: <Directory /var/www> Options FollowSymLinks AllowOverride All Require all granted </Directory> <Directory /var/www/html> Options FollowSymLinks AllowOverride All Require all granted </Directory> I also did: # a2enmod rewrite # service apache2 restart But I am still

    $23 (Avg Bid)
    $23 Média
    18 ofertas
    URL Rewriting Help Encerrado left

    Need small assistance with htaccess. I have the following in htaccess rules but still 2 of the URLs are not redirecting while there is no file and no directory with the same names RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ / [NC,L,QSA] This should ideally take only a few minutes if you know what the issue can be.

    $30 (Avg Bid)
    $30 Média
    3 ofertas

    ...(wss://). It seems to us the easiest route is to modify our Apache config and create a proxy so that all connections made to wss:// are securely proxied to our ws:// server that we are able to launch successfully. Here is what our current modifications to our Apache config looks like: -- RewriteEngine On RewriteOptions Inherit ProxyRequests Off ProxyPreserveHost on RewriteCond %{HTTP:Upgrade} "websocket" [NC] RewriteCond %{HTTP:Connection} "Upgrade" [NC] RewriteRule .* "ws://%{REQUEST_URI}" [P] <IfModule mod_proxy.c> ProxyPass "/wss/" "ws://" ProxyPassReverse "/wss/" "ws://" </IfModule> -- We're getting an Apache 426 "upgrade connection" warning when we try to...

    $194 (Avg Bid)
    $194 Média
    11 ofertas

    I'm trying to get the htaccess to remove .php from file and also allow cakephp redirect, please fix my .htacces to allow for this RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /$1 [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $ [NC,L]

    $26 (Avg Bid)
    $26 Média
    17 ofertas

    Hi Ray, you did some great work for me before. This is a trivial. I want my htaccess file to redirect anyone looking for a html page to be redirected to a php page. For example, if you were trying to reach , you would end up on Currently I've written this and it isn't working... ErrorDocument 404 / RewriteOptions inherit RewriteEngine on RewriteCond $ !-f RewriteCond $ -f RewriteRule ^(.*).html$ $

    $52 (Avg Bid)
    $52 Média
    1 ofertas

    Someone did fix my website for 2 weeks ago and updated everything and now it looks like this Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . [L] Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . [L] Warning: Cannot modify header information - headers already sent by (output started at /customers/6/d/e/:1) in /customers/6/d/e/

    $12 (Avg Bid)
    $12 Média
    4 ofertas

    We have server running on ubuntu 14 and lighttpd. We have issue that lighttpd is giving forbidden error when we are trying to access to webpage. Please Note: I will pay only bid amount, Nothing extra will be paid except your bidding amount.

    $67 (Avg Bid)
    $67 Média
    9 ofertas

    Website is stuck giving bad write errors, continually being infected by hack Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . [L] Order allow,deny Deny from all Order allow,deny Allow from all RewriteEngine On RewriteBase / RewriteRule ^$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . [L]

    $24 (Avg Bid)
    $24 Média
    33 ofertas

    ...RewriteEngine On RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule "^(/?.*)$" ws://localhost:8000/graphql [P,L] ProxyPass / http://localhost:8000/ #RewriteCond %{SERVER_NAME} = #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLCertificateFile /etc/letsencrypt/live/ ServerAlias SSLCertificateKeyFile /etc/letsencrypt/live/ Include /etc/letsencrypt/ </VirtualHost> <VirtualHost *:443> ServerName ErrorLog ${APACHE_LOG_DIR}/ CustomLog ${APACHE_LOG_DIR}/ combined RewriteEngine On RewriteCond %{HTTP:Connection}

    $24 (Avg Bid)
    $24 Média
    19 ofertas

    hi, i want to modify my .htaccess file to 301 my non-www traffic to my www. I have been using this code RewriteEngine On RewriteCond %{HTTP_HOST} !^$ [NC] RewriteRule ^(.*)$ $1 [L,R=301] But when i do that, my wordpress site in a subdirectory redirects to the main page and does not allow my subscribers to log in. The project is quick and simple, re-write my htaccess to allow for non-www to www redirect without messing with my other Wordpress on the same domain.

    $20 (Avg Bid)
    $20 Média
    8 ofertas

    ..."" I have tried this htaccess rule RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/myapp.php$ RewriteCond %{QUERY_STRING} ^p=11 RewriteRule ^(.*)$ [QSD,R=301,L] it redirect to new URL but server says page not found on this server with 404 error. Can you please help me to rewrite the rule so server can serve the page "" against the URL "" My current htaccess is as follows <IfModule mod_headers.c> Header always append X-Frame-Options ALLOWALL </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] Header always set

    $20 (Avg Bid)
    $20 Média
    4 ofertas

    Build a fast, simple, cross-platform centralized secured instant messaging and voice-over-IP service calling app. Technology to use are listed below Erlang OR Java Php XMPP (Ejabberd) Mnesia OR Oracle lighttpd FreeBSD Yaws

    $729 (Avg Bid)
    $729 Média
    14 ofertas

    Rewrite 3 .htaccess from Apache mod_rewrite to lighttpd.

    $22 (Avg Bid)
    $22 Média
    9 ofertas
    HT access issue Encerrado left

    there is some issue with .htaccess RewriteCond. this is the log: RewriteCond: cannot compile regular expression '^[a-z0-9]+'

    $17 (Avg Bid)
    $17 Média
    14 ofertas

    Greetings everyone, i have a wordpress website that was on Apache and it was working fine but now i converted it to Nginx and its giving me 404 not found on Posts only, the homepage is working fine but not the posts i suppose this is a rewrite rules problem. here is what i found in the error l..."", referrer: "" and here is the only rule that was in .htaccess #This Apache config file was created by Duplicator Installer on 2021-04-10 02:35:54. #The original can be found in archived file with the name .htaccess__[HASH] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress

    $90 (Avg Bid)
    $90 Média
    5 ofertas

    ...legit visitors (and not "bad" bots/crawlers). The last thing they can try is to replace the wordpress cron with real cron as per this article here Also add this rule in your website's .htaccess file and then test the website's behaviour/cpu usage: #Block all bots except known crawlers RewriteCond %{HTTP_USER_AGENT} ^$ [OR] RewriteCond %{HTTP_USER_AGENT} (bot|crawl|robot|spider) RewriteCond %{HTTP_USER_AGENT} !(uptimerobot|bing|Google|msn|MSR|Twitter|Yandex) [NC] RewriteRule ^(.*)$ - [F,L]...

    $202 (Avg Bid)
    $202 Média
    14 ofertas

    Need help with a fresh install ubuntu install on a sbc (arm64) All should be docker + docker-compose All below is installed but still needs proper configuration Unbound + pihole + implement github tweaks ( help setup due to 53 conflict and use nginx only instead of lighttpd ) Nginx proxy manager with letscrypt + dyndns setup + Heindall ( help with ssl an redirect) Watchtower (check for am64v8) Openhab + grafana + frontail (all ok only need nginx redirects) Install Authelia for remote security + possibly use a socket proxy Portainer should only be used for stats and do restarts. Setup/work only via screen share of your choice, so I can learn what it wrong

    $245 (Avg Bid)
    $245 Média
    9 ofertas

    Code for redirect is below: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} site.eu$ [OR] RewriteCond %{HTTP_HOST} ^www.site.eu$ RewriteRule (.*)$ $1 [R=301,L] </IfModule> We need everything after " " to be excluded from the redirect.

    $22 (Avg Bid)
    $22 Média
    11 ofertas

    I HAVE AN HTACCESS THAT LOOKS LIKE THIS: RewriteCond %{HTTP_HOST} $ RewriteRule ^vids/background.mp4$ vids/background-one.mp4 [N] RewriteRule ^pics/logo.png$ pics/logo-one.png [N] RewriteRule ^pics/background-image.png$ pics/background-image-one.png [L] RewriteCond %{HTTP_HOST} $ RewriteRule ^vids/background.mp4$ vids/background-two.mp4 [N] RewriteRule ^pics/logo.png$ pics/logo-two.png [N] RewriteRule ^pics/background-image.png$ pics/background-image-two.png [L] EVERYTHING WORKS FINE FOR , BUT THERE ARE ERRORS FOR mydomain2.com. FOR EXAMPLE, SHOWS PLEASE MAKE SURE YOU KNOW THE PROBLEM/SOLUTION BEFORE BIDDING. THANKS!

    $20 (Avg Bid)
    $20 Média
    4 ofertas

    ...CustomLog /var/log/apache2/ common RewriteEngine On RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{SERVER_NAME} = [OR] RewriteCond %{SERVER_NAME} = RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> <VirtualHost *:80> ProxyPreserveHost On ProxyPass / ProxyPassReverse / ServerName ServerAlias ErrorLog /var/log/apache2/ CustomLog /var/log/apache2/ common RewriteEngine On RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteCond %{SERVER_NAME} = [OR] RewriteCond %{SERVER_NAME} = RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> and

    $22 (Avg Bid)
    $22 Média
    4 ofertas

    This means we need to redirect all requests to the site, except for the contents of a couple of directories, to the root. I need a custom RewriteRule and RewriteCond in the Wordpress .htaccess file. attached image to see more info:

    $121 (Avg Bid)
    $121 Média
    14 ofertas

    We have a few old, but still useful, modules that works fine in lighttpd 1.4.50. It doesn't work in 1.4.57 because there's been a number of changes in the internal structures. As far as we can tell the changes are not huge and affect just a couple of files. Your job is to port our changes and of course test them really well (we don't want to be beta testers of your work or have a lot of back and forth) - your deliverables must work. We would give you access to a private repo which is a copy of the public one with our changes, which are not public because they're too specific for us. For reference, the file with the merge conflicts is this one: (there's a few others but those are trivial to fix) It _seems_ like one day of

    $50 (Avg Bid)
    $50 Média
    1 ofertas

    We are looking for the experienced person with experience in configuring lighttpd webserver in Linux. Should configure SSL, set up the fastCGI, PHP with this.

    $106 (Avg Bid)
    $106 Média
    16 ofertas
    quick htaccess help Encerrado left

    ...RewriteEngine On RewriteBase / RewriteRule ^index.html [QSA] RewriteCond %{QUERY_STRING} page=one RewriteRule ^pics/logo.png pics/logo-one.png RewriteCond %{QUERY_STRING} page=two RewriteRule ^pics/logo.png pics/logo-two.png HERE IS SOME MORE INFO: #This WORKS: #RewriteRule ^pics/logo.png$ pics/logo-one.png #This WORKS: #RewriteCond %{QUERY_STRING} page=one #RewriteRule ^index.html$ index.php #This WORKS: #RewriteCond %{REQUEST_URI} ^/$ #RewriteRule ^index.html$ index.php #This DOES NOT WORK (it's not what I need, but showing issue is not just query_string): RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^pics/logo.png$ pics/logo-one.png #This DOES NOT WORK, and is what I need: #RewriteCond %{QUERY_STRING} page=one #Rew...

    $20 (Avg Bid)
    $20 Média
    1 ofertas

    Hi, I'm trying to use htaccess to rewrite urls, if url is rewrite the url to so it uses the proper base directory. I wrote: RewriteCond %{HTTP_HOST} ^(?:www.)?example.com RewriteCond %{REQUEST_URI} !^/example.com/ RewriteRule ^(.*)$ /example.com/www/ [L] But it rewrites all urls so doesn't work.

    $32 (Avg Bid)
    $32 Média
    15 ofertas
    whm have problem Encerrado left

    whm have problem and i want someone can fix it my site give me this error and i think cpanel have problem RewriteEngine On # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ [QSA,L] # Disable Directory Listing For Security Options -Indexes # Caching For Static Files To Make Bandwidth Lower <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType ...

    $27 (Avg Bid)
    $27 Média
    4 ofertas

    Hi read carefully before bid, please I have a centos apache server with Nginx there have installed Plesk panel i have a web app in sails node js, when i run it run on 1337 port, i have to operate http://myip:1337 i have created .htaccess file with the below code RewriteEngine On RewriteRule ^$ [P,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 [P,L] so when i open domain it opens a web app which is running http://myip:1337 its a backend of react native app there have a chat/message function in-app which wok on web socket but its not working on apache when i remove the tick from "Proxy mode Nginx proxies requests to Apache. Turn off to stop using Apache." then i have to open the domain as

    $13 / hr (Avg Bid)
    $13 / hr Média
    7 ofertas

    Hi read carefully before bid, please I have a centos apache server with Nginx there have installed Plesk panel i have a web app in sails node js, when i run it run on 1337 port, i have to operate http://myip:1337 i have created .htaccess file with the below code RewriteEngine On RewriteRule ^$ [P,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 [P,L] so when i open domain it opens a web app which is running http://myip:1337 its a backend of react native app there have a chat/message function in-app which wok on web socket but its not working on apache when i remove the tick from "Proxy mode Nginx proxies requests to Apache. Turn off to stop using Apache." then i have to open the domain as

    $22 / hr (Avg Bid)
    $22 / hr Média
    7 ofertas

    Hi read carefully before bid, please I have a centos apache server with Nginx there have installed Plesk panel i have a web app in sails node js, when i run it run on 1337 port, i have to operate http://myip:1337 i have created .htaccess file with the below code RewriteEngine On RewriteRule ^$ [P,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 [P,L] so when i open domain it opens a web app which is running http://myip:1337 its a backend of react native app there have a chat/message function in-app which wok on web socket but its not working on apache when i remove the tick from "Proxy mode Nginx proxies requests to Apache. Turn off to stop using Apache." then i have to open the domain as

    $4 / hr (Avg Bid)
    $4 / hr Média
    2 ofertas

    I need to create a script that should read all the sites inside "home" folder of a server with WHM and: 1) if there is not a .htaccess file inside public_html it should create ir with this code: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> 2) if the .htaccess exists ir should add this code at the top Thanks, Francisco

    $24 (Avg Bid)
    $24 Média
    9 ofertas

    This is probably something really simple... Here's my .htaccess file: *** Options -Indexes +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Redirect 301 / RewriteRule ^browse/([0-9]+)/?$ $1 RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ $1&page=$2 RewriteCond %{THE_REQUEST} ^([a-zA-Z0-9-]+) /([a-zA-Z0-9-]+).php HTTP/ RewriteRule ^([a-zA-Z0-9-]+).php $1 [L,QSA] RewriteRule ^([a-zA-Z0-9-]+)/?$ $1 [L,QSA] *** Here's what happens if I visit the url I am trying to redirect: I get a 404 not found and this is the url:

    $23 (Avg Bid)
    $23 Média
    5 ofertas

    ...RewriteEngine On Options -Indexes <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $ RewriteCond %{THE_REQUEST} ^[A-Z]{3,}s([^.]+).php [NC] RewriteRule ^ %1 [R,L] RewriteRule ^([0-9a-zA-Z-_-]+)$ $1 RewriteCond %{HTTP_HOST} !=localhost RewriteCond %{HTTP_HOST} !^www. RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] #Now, rewrite to HTTPS if www present: RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} !=localhost RewriteCond %{HTTP_HOST} ^www. Rew...

    $30 (Avg Bid)
    $30 Média
    4 ofertas

    This is probably something really simple... Here's my .htaccess file: *** Options -Indexes +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Redirect 301 / RewriteRule ^browse/([0-9]+)/?$ $1 RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ $1&page=$2 RewriteCond %{THE_REQUEST} ^([a-zA-Z0-9-]+) /([a-zA-Z0-9-]+).php HTTP/ RewriteRule ^([a-zA-Z0-9-]+).php $1 [L,QSA] RewriteRule ^([a-zA-Z0-9-]+)/?$ $1 [L,QSA] *** Here's what happens if I visit the url I am trying to redirect: I get a 404 not found and this is the url:

    $26 (Avg Bid)
    $26 Média
    4 ofertas

    Need to have this edited to direct all traffic to the non-www site url while making sure https: is used in all cases. <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_USER_AGENT} ^(.+)$ RewriteCond %{SERVER_NAME} ^patrickmullen.com$ [OR] RewriteCond %{SERVER_NAME} ^www.patrickmullen.com$ RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] Header add Strict-Transport-Security "max-age=300" </IfModule>

    $17 (Avg Bid)
    $17 Média
    5 ofertas

    ...file to detect mobile device. Google is telling me it is getting a 301 error on iphones when trying to load the page. Can you look at the script and tell me what needs to be fixed? Should take about 10 minutes for someone knowledgeable. RewriteCond %{HTTP_USER_AGENT} android.+mobile|avantgo|bada/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)/|plucker|pocket|psp|symbian|treo|up.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^(1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|b...

    $25 (Avg Bid)
    $25 Média
    3 ofertas

    There must be a SAN based storage solution deployed o Using a Windows file server as an iSCSI SAN target o If one disk in the SAN fails, no dat...of storage space from the SAN o The application servers are unlikely to be using all of their allocated storage. o The application servers do not support SCSI disks and must be configured with virtual IDE There should be one web server installed o The web server can run any operating system and web server software you choose provided it does not cost the company any additional money. (eg. Lighttpd, nginx, apache2, Microsoft IIS) o The web server must have FTP file sharing over the local network enabled o The web server should host the provided Conglomercorp Website o The web server should use its own storage and not be connected t...

    $351 (Avg Bid)
    $351 Média
    3 ofertas

    My site is being slowed down by an apparent 301 redirect for HTTP to HTTPS - I'd like this rectified and believe that adding the following code to my HTACCESS will resolve this. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ $1 [R,L] Essentially this project is to assist me with increasing my score on Pingdom around URL Redirects - currently a C - 80

    $17 (Avg Bid)
    $17 Média
    12 ofertas

    ...code for to handle going from www to non www. Also, my site has an htaccess file so I need to rewrite the file without breaking my site. I don't know what the current file is doing. Current HTAccess is: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> Found blog suggesting something like... RewriteEngine On RewriteCond %{HTTPS_HOST} ^ [NC] RewriteRule ^(.*)$ $1 [L,R=301] I'm looking for the correct text to copy then paste into my htacess file and have it work. I think this is a super simple project for someone that knows what they are doing. Once you provide the new file, I will c...

    $19 (Avg Bid)
    $19 Média
    4 ofertas

    Hi, I ...isn't applied for some reason. After saving changes I'd try to create a new post but the permalink stays something like "". So the change to custom permalinks is never applied. My .htaccess file seems to be working fine and has the following rewrite rules: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress According to all forums and sites I've visited to solve this problem, everything is correct now and it should work but I just can't get it to work. I just need someone to guide me so I can do whatever is needed. I'll pay only when I'm able t...

    $6 / hr (Avg Bid)
    $6 / hr Média
    4 ofertas

    I need someone to provide me with the correct .htaccess code to redirect all my Google indexed url's to https://www. The majority are indexed with the 'http://' prefix. I am currently using the following code without success: ## Redirects all http:// requests to the same page, but with https://www. RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} ^mydomain.net$ [OR] RewriteCond %{HTTP_HOST} ^www.mydomain.net$ RewriteRule .* %{REQUEST_URI} [R=301,L]

    $33 (Avg Bid)
    $33 Média
    2 ofertas

    ... using IP eg. Proxy call site from real browser using eg. IP - Run using php 7.x - Run using apache 2.4 using linux - Use curl or something public available - Allow login to wordpress backend - Add custom header like (meta powered by xxx) What i have .htaccess (redirect all calls to ) RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /$1 [NC,L,QSA] //get url from browser $url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; //tell curl a different ip to use curl_setopt($ch, CURLOPT_RESOLVE, array($p_Hostname . ":80:" . $p_IP, $p_Hostname . ":443:&quo...

    $226 (Avg Bid)
    $226 Média
    5 ofertas

    ...RewriteEngine on RewriteBase / RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L] RewriteCond %{HTTPS} on RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L] #RewriteCond %{HTTPS} off #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_URI} !.(css|js|jpe?g|png|gif|ttf|eot|xml|swf)$ [NC] RewriteRule ^([^/]+)/? $1 [L,QSA] RewriteCond %{QUERY_STRING} (.*?)page=(w+)(.*) RewriteCond %{REQUEST_URI} !.(css|js|jpe?g|png|gif|ttf|eot|xml|swf)$ [NC] Rew...

    PHP
    $23 (Avg Bid)
    $23 Média
    6 ofertas

    This is the content of a .htaccess apache that need to be converted into NGINX - - - Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.(.+) [NC] RewriteRule ^(.*) http://%1/$1 [R=301,NE,L] RewriteCond %{ENV:HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteEngine on AddDefaultCharset "UTF-8" RewriteRule ^index/?$ [QSA] RewriteRule ^page/([^/.]+)/?$ $1 [QSA] RewriteRule ^AAAAAA/?$ [QSA] RewriteRule ^BBBBBBB/?$ [QSA] RewriteRule ^JOBS/?$ [QSA] RewriteRule ^advert-form/?$ [QSA] RewriteRule ^contact/?$ [QSA] RewriteRule ^AAAAAA/([^/.]+)/?$ $1 [QSA] RewriteRule ^profile/([^/.]+).html/?$ $1 [QSA] RewriteRule

    $23 (Avg Bid)
    $23 Média
    3 ofertas