Rewriterule lighttpd jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    1,215 rewriterule lighttpd jobs found, pricing in CAD

    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>

    $23 (Avg Bid)
    $23 Avg Bid
    5 bids

    I have a rewrite condition in my htaccess 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|...gh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(-|2|g)|yas-|your|zeto|zte-) [NC] RewriteRule ^(?!mobile)(.*)$ http://%{HTTP_HOST}/mobile/$1...

    $34 (Avg Bid)
    $34 Avg Bid
    3 bids

    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...

    $479 (Avg Bid)
    $479 Avg Bid
    3 bids

    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

    $23 (Avg Bid)
    $23 Avg Bid
    12 bids

    ...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 copy and past...

    $26 (Avg Bid)
    $26 Avg Bid
    4 bids

    Hi, I need a...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 to cha...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    4 bids

    ...error ----------------------------------- GETCode 500 The "HTTP_AUTHORIZATION" or "REDIRECT_HTTP_AUTHORIZATION" is missing in the global variable $_SERVER on your server. Be sure you added the RewriteRule as mentioned in the documentation. If you did that, please contact your provider and ask him how to do make one of these available, otherwise authentication is not working. ----------------------------------- {"code":"rest_missing_header","message":"The "HTTP_AUTHORIZATION" or "REDIRECT_HTTP_AUTHORIZATION" is missing in the global variable $_SERVER on your server. Be sure you added the RewriteRule as mentioned in the documentation. If you did that, please contact your provider and ask him how...

    $38 (Avg Bid)
    $38 Avg Bid
    3 bids

    Hi, i need a catch-all function for the URL shortener (). Catch-all function means, all not shortened urls should be redirected to another domain. RewriteRule (.*) $1 URL examples: is shortened in the urls shortener = is redirected by the url shortener is not shortened by the url shortener = should be redirected from the catch-all function to If i add the to the url shortener it should be redirected than from the url shortener and not more from the catch-all function. If i delite the from the url shortener it should be than redirected from the catch-all

    $30 (Avg Bid)
    $30 Avg Bid
    2 bids

    I want to migrate my wordpress site from Apache to Nginx, but Nginx does not sup...rule to be translated and we will want to verify that the rule works well on the server. Below is the rule that needs to be translated. (please note that the plugin provider told us that the rewrite rule is implemented in a .htaccess file inside the folder /wp-content/uploads/uncanny-snc/, NOT at the root level.) <IfModule mod_rewrite.c> RewriteEngine On RewriteBase { $base } RewriteRule ^index.php$ - [L] RewriteRule ^(?:|(?:/|))([0-9]{1,})((?:.*(?:/|))|.*.(?:(?:html|htm)(?:|.*)))$ { $base }/$1&tincanny_file_path=$2 [QSA,L] </IfModule> where { $base } is $slashed_home = trailingslashit( get_option( 'home' ) ); $base = parse_url( $slashed_home, PH...

    $38 (Avg Bid)
    $38 Avg Bid
    7 bids

    I require someone to help RewriteRule and RedirectMatch the URL in .htaccess FROM: ://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile&authuser=0&prompt=none&session_state=88c6e..5c93 TO: ://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile&authuser=0&prompt=none&session_state=88c6e..5c93 I require both the code to append # in the URL via .htaccess. Please understand

    $14 (Avg Bid)
    $14 Avg Bid
    4 bids

    I require someone to help RewriteRule and RedirectMatch the URL in .htaccess FROM: ://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile&authuser=0&prompt=none&session_state=88c6e..5c93 TO: ://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile&authuser=0&prompt=none&session_state=88c6e..5c93 I require both the code to append # in the URL via .htaccess. Please understand

    $14 (Avg Bid)
    $14 Avg Bid
    2 bids

    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 / Rewri...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 .* %{REQUES...

    $45 (Avg Bid)
    $45 Avg Bid
    2 bids

    Hello, i need a php script to work as reverse proxy...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,...

    $309 (Avg Bid)
    $309 Avg Bid
    5 bids

    ...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] RewriteRule ^ /%2?%1%3 [L,R=301] #RewriteCond %{HTTPS} off #RewriteRule ^(.*)$ h...

    PHP
    $31 (Avg Bid)
    $31 Avg Bid
    6 bids

    ...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 ^search/?$ [QSA] RewriteRule ^search/([^/.]+).php/?$ $1 [QSA] RewriteRule ^search/([^/.]+)/([0-9]*)/?$ search

    $31 (Avg Bid)
    $31 Avg Bid
    3 bids

    I have this existing Wordpress .htaccess: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #RewriteRule ^lang/(.*) /?lang=$1 RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress Now I would like to transform any URLs that have a '/lang-'. Example: --> Should redirect internally (not fur browser to)

    $30 (Avg Bid)
    $30 Avg Bid
    9 bids

    Hi - I have recently completed an HTML website for a client. The client has installed an SSL certificate on the domain and I have added a rewrite rule to the .htaccess file. Despite this the site will not load over HTTPS and I keep getting an error message "too many redirects occurred". This is the code I added to .htaccess file: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] I need help to sort this problem out please. DO NOT BID ON THIS IF YOU ARE NOT CERTAIN THAT YOU CAN RESOLVE THIS ISSUE!

    $29 (Avg Bid)
    $29 Avg Bid
    35 bids

    ...html ErrorDocument 500 "Server gone wild.. # Redirect to domain without www. RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteRule .* http://%1%{REQUEST_URI} [R=301,L] # Same for HTTPS: RewriteCond %{HTTPS} on RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteRule .* https://%1%{REQUEST_URI} [R=301,L] # Remove trailing slash from non-filepath urls RewriteCond %{REQUEST_URI} /(.+)/$ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ %1 [R=301,L] # Include trailing slash on directory RewriteCond %{REQUEST_URI} !(.+)/$ RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+)$ $1/ [R=301,L] # 301 Redirect URLs. Redirect 301 /public_html/ /private/ #301 Redirect Entire

    $42 (Avg Bid)
    $42 Avg Bid
    6 bids

    ...installed a fresh Wordpress site with multisite enabled on AWS ec2 ubuntu instance. I followed all the instructions during the setup. My .htaccess looks like below # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteRule ^index.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*.php)$ $1 [L] RewriteRule . [L] </IfModule> # END WordPress and wp-config looks like below define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define(&#...

    $15 (Avg Bid)
    $15 Avg Bid
    8 bids

    ...80 RewriteRule ^(.*)$ $1 [R,L] # to redirect to / RewriteCond %{THE_REQUEST} ^.*/index.php # FAIL IF IN SUBFOLDER RewriteRule ^(.*)$ /$1 [R=301,L] # Not found redirect ErrorDocument 404 /demo # if subfolder, otherwise: ErrorDocument 404 / # Redirects index to / and to / RewriteRule ^index$ /demo # if subfolder, otherwise: RewriteRule ^index$ / #RewriteRule ^index.php$ /demo # FAILS for if in subfolder # RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(d+(?:/.+?)?)/?$ $1 [L] # Redirect to make first string available as article_alias and queryable RewriteRule ^index

    $95 (Avg Bid)
    $95 Avg Bid
    10 bids

    I have a Apache Webser and want to deliver WebP over a Script. the script generates from .png and .jpg a .webP if needet. i have startet to write a rewrite rool who does not work: 1. Checking if browser supports WebP 2. Check if File is jpg oder png 3. rewrite all Images in 2 subfolders (Does not Work) Example: /webptest/I...Check if File is jpg oder png 3. rewrite all Images in 2 subfolders (Does not Work) Example: /webptest/ --> /webp/ Example: /webptest2/ --> /webp/ ### WEBP RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_URI} (?i)(.*)(.jpe?g|.png)$ RewriteRule ^webptest/(.*).jpg?$ /webp/$ [QSA]

    $63 (Avg Bid)
    $63 Avg Bid
    5 bids

    RewriteRule with subdirectory change

    $33 (Avg Bid)
    $33 Avg Bid
    25 bids

    I have a subdomain , which has an A record pointing to another domain on another server . This domain is . A redirec...prove that it is ; its security certificate is from recrutodemo.se. This may be caused by a misconfiguration or an attacker intercepting your connection. Proceed to (unsafe) Is there a way to get around this? This is the htaccess for RewriteEngine On RewriteCond %{HTTP_HOST} ^(?:info|career|karriar).?([a-z0-9-]+?.?[a-z0-9]+) [NC] RewriteRule ^ %1/section%{REQUEST_URI}/host/%{HTTP_HOST} [P,L] If I force the browser to accept the SSL exception then the address is displayed as it should and the redirect works correctly.

    $175 (Avg Bid)
    $175 Avg Bid
    25 bids

    I have a subdomain , which has an A record pointing to another domain on another server . This domain is . A redir...prove that it is ; its security certificate is from recrutodemo.se. This may be caused by a misconfiguration or an attacker intercepting your connection. Proceed to (unsafe) Is there a way to get around this? This is the htaccess for RewriteEngine On RewriteCond %{HTTP_HOST} ^(?:info|career|karriar).?([a-z0-9-]+?.?[a-z0-9]+) [NC] RewriteRule ^ %1/section%{REQUEST_URI}/host/%{HTTP_HOST} [P,L] If I force the browser to accept the SSL exception then the address is displayed as it should and the redirect works correctly.

    $46 (Avg Bid)
    $46 Avg Bid
    10 bids

    Hello, The project would be to assist in the deployment of a server (FreeBSD) that will be used for communications. This would include: Pre deployment advise: the dns considerations Advising the design for xmpp Configuration of xmpp (ejabberd or other that may be selected) Configuration of Apache to allow English and Russian languages Assist ...the dns considerations Advising the design for xmpp Configuration of xmpp (ejabberd or other that may be selected) Configuration of Apache to allow English and Russian languages Assist with providing a short translation from English to Russian if this would be possible. Future work: IRC and scrapy The server and software installation would not be necessary - familiarity with FreeBSD and lighttpd and Apache enough to have up and r...

    $48 - $48 / hr
    $48 - $48 / hr
    0 bids

    need to build PHP/MYSQL,Lighttpd for from source distribution with tutorial document. The developer compile the source code for android and windows platform with a complete screen recording video with audio . Building to be done for both linux and windows host machine and target machine will be' android and windows.

    $30 (Avg Bid)
    $30 Avg Bid
    2 bids

    Hello. I need to know the proper way to write the following url: to be included in RewriteCond %{HTTP_REFERER} Use Case: I need ONLY users who are referred from the above URL to to be redirected to I have proof of c...aid=176&site=1&fd=cv-services to be included in RewriteCond %{HTTP_REFERER} Use Case: I need ONLY users who are referred from the above URL to to be redirected to I have proof of concept when referring by domain/subdomain but require assistance for a specific url. RewriteEngine On RewriteCond %{HTTP_REFERER} example.com [NC] RewriteRule ^cv-services/?$ $1/cv-services-acca$2 [R=301,L]

    $30 (Avg Bid)
    $30 Avg Bid
    10 bids

    I am responsible to admin our confluence and j... retry=0 ProxyPassReverse /jira ProxyPass /synchrony <Location /synchrony> Require all granted RewriteEngine on RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC] RewriteCond %{HTTP:CONNECTION} Upgrade$ [NC] RewriteRule .* ws://%{REQUEST_URI} [P] </Location> ProxyPass /wiki retry=0 ProxyPassReverse /wiki <Location /> Require all granted </Location> RedirectMatch ^/$ ... </VirtualHost>

    $20 (Avg Bid)
    $20 Avg Bid
    2 bids

    We need a RewriteRule || RewriteCond for our website. (.htcacces) this: ,123&manufacturer=6,16&serie=1234,1111 should be: ,soccershoes-122,123/adidas,nike-6,16/nikefree,copa-1234,1111 but if we leave out the manufacturers/brands in the url, for example. ,soccershoes-122,123/nikefree,copa-1234,1111 the system should recognize that "nikefree,copa-1234,1111" is not the manufacturer/brand but the serie (serie=1234,1111) hope you can help us. please only apply if you can solve this problem quick and professionel

    $44 (Avg Bid)
    $44 Avg Bid
    2 bids

    I must repair a Rewri...RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d AddDefaultCharset utf-8 RewriteRule ^$ RewriteRule ^([^,]*),([^,]*).html$ ?info=$1&mod=$2 RewriteRule ^([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4&page=$5 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4&page=$5&id=$6 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).htm$ ?info=$1&mod=$2&form=$3&menu=$4&...

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    2 bids

    I must repair a Rewri...RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d AddDefaultCharset utf-8 RewriteRule ^$ RewriteRule ^([^,]*),([^,]*).html$ ?info=$1&mod=$2 RewriteRule ^([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4&page=$5 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).html$ ?info=$1&mod=$2&form=$3&menu=$4&page=$5&id=$6 RewriteRule ^([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*).htm$ ?info=$1&mod=$2&form=$3&menu=$4&...

    $41 (Avg Bid)
    $41 Avg Bid
    3 bids

    Apache is the web server. We use a rewrite rule in hta...the "www." and rewrite consistently to with the url parameter unchanged. Our current htaccess file in full: Options -MultiViews php_flag display_errors on php_value error_reporting 9999 RewriteEngine On #force pages not entered as SSL to SSL RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l #sends all URLs to RewriteRule ^(.+)$ $1 [QSA,L] Please advise on the modification we need to make to have "" rewrite to "" (not "") without breaking any existing functionality. Thank you, Damian

    $30 (Avg Bid)
    $30 Avg Bid
    20 bids

    Hello, in a domain, I have a .htaccess that is configured like this : RewriteEngine on RewriteRule ^admin$ /admin/ [R,L] RewriteRule (.*) %{REQUEST_URI}?%{QUERY_STRING}&id=7 [P] in the old server, this is working very well, but in the new server, the rule is going in a loop and it's impossible to come in the website. When I open the page, I have this error : Forbidden You don't have permission to access /sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/sf2/sub/......./sf2/sub/ As you can see, the rule is calling infinity time !!! and I want only one time. I know that this is nothing to do with .htaccess because this is working well in other server that call the same file. may be this is apache

    $102 (Avg Bid)
    $102 Avg Bid
    18 bids

    Write html code for .htaccess file canonical URL 301 redirects i need the RewriteCond and RewriteRule 301 redirect coding in .htaccess file to prevent canonical URL duplicate content issues with Google my website requires rewrite rules to direct to true URL https://www for : website /website also for url suffixes / /home

    $183 (Avg Bid)
    $183 Avg Bid
    30 bids

    use vokuhelperAntiXSS; require_once __DIR__ . '/vendor/'; $antiXss = new AntiXSS(); $antiXss->xss_clean($_GET["ID"]); RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} (DELETE|PUT|POST|PATCH) RewriteRule .* - [R=403,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -l RewriteRule ^ - [L]

    $119 (Avg Bid)
    $119 Avg Bid
    2 bids

    The project would be to install mediawiki on an existing FreeBSD server using lighttpd. This would include making certain that extensions are and may be installed.

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    8 bids

    I want to move from a VPS to a hosted service with my website and I need someone to convert my current Lighttpd configuration into an apache configuration. It is need that rewrite rules etc. must work. Lighttpd Config is round about 150 lines. Some of them are not need in htaccess I guess. Regards

    $192 (Avg Bid)
    $192 Avg Bid
    13 bids

    I want to move from a VPS to a hosted service with my website and I need someone to convert my current LightTPD configuration into an apache configuration.

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    14 bids

    Se esta realizando un API con laravel en un VPS de godaddy, pero está presentando problemas de Authorization, posiblemente es el servidor, ya se ha colocado esto en el .htaccess y sigue respondiendo null RewriteCond %{HTTP:Authorization} ^(.*)$ [NC] RewriteRule .* - [E=REDIRECT_HTTP_AUTHORIZATION:%1] SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

    $48 (Avg Bid)
    $48 Avg Bid
    3 bids

    I have the following code: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ $1 [R,L] Options +FollowSymLinks RewriteEngine on RewriteRule order-(.*).html$ $1 which works for my needs. How i have moved this script to a subfolder named "orders" and this code is not redirecting the right way. It still redirects to the main site instead of the subfolder. I need it ASAP!

    $42 (Avg Bid)
    $42 Avg Bid
    13 bids

    I have a python script that needs minor fixes to work. It was working fine a few years ago, but was written for python 2.7. I need it working for python 3.4.4. It uses Lighttpd and The lighttpd configuration file was lost, so one will also need to be created for the project.

    $154 (Avg Bid)
    $154 Avg Bid
    4 bids

    ...folder under public_html using .htaccess file The following is the detail of htaccess file which is pointing the above two domains to appropriate folders <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^(www.)?$ [NC] RewriteCond %{REQUEST_URI} !^/*$ RewriteRule ^(.*)$ $1 [L] RewriteCond %{HTTP_HOST} ^(www.)?$ [NC] RewriteCond %{REQUEST_URI} !^/*$ RewriteRule ^(.*)$ $1 [L] </IfModule> Issue need to be resolved SSL redirect - The first rewrite on .htaccess is not automatically redirecting http request to https request 2. Information I am using the combination of Godaddy hosting + Laravel + Gmail GSuite for business. The laravel web application

    $22 (Avg Bid)
    $22 Avg Bid
    11 bids

    I have ripped multiple websites and decided to make a full website on my own Sadly i didnt realized that i am going to kill the mobile part. On desktop it looks nice but on mobile looks horrendous, need to fix (i also have analyzer so that might give you a clue what's wrong) 2nd problem: Is coming from htaccess: If i add " RewriteRule ^([^.]+)$ $ [NC,L] " to remove .html ,i get the errors above with trailing slash, duplicated hyphens, injecting paramters and etc,i really tryed everything but couldnt seem to fix it, however if i remove that from htaccess and access the link normal via ,i dont get that 3 errors anymore but it's also ugly to see the website like that (if i install wordpress or IPB i dont

    $175 (Avg Bid)
    $175 Avg Bid
    25 bids

    lighttpd is a well known web server that has a nice reverse proxy. Ombi a request management for Plex (a media server) that comes with a built-in web server. Your job is prepare a base lighttpd configuration in which Ombi is reversed proxied from /ombi, so for example if my ombi is running in and the server has a public hostname running lighttpd, then would allow accessing ombi. Things to keep in mind 1) There's examples for Ombi+reverse proxy for apache and nginx but not for lighttpd. 2) Based on 1 Ombi seems to work well with reverse proxies but on our early tests (just spent a bit of time on it) apparently the images weren't served from the right path. You might need to tweak /images a bit. 3) For ombi, use the docker image from

    $196 (Avg Bid)
    $196 Avg Bid
    5 bids

    Hi, I need a htaccess for the following rewrite-rules: /topic/ to / AND /topic/ to ...the following rewrite-rules: /topic/ to / AND /topic/ to / OR ALSO /topic/ to / AND /topic/ to / So the first word after /topic/ has to become ?s= And IF there is a "-pageX" it has to become &p= I tried those rules RewriteRule ^topic/([a-zA-Z0-9-]+).html$ /$1&p=1 [L] RewriteRule ^topic/([a-zA-Z0-9-]+)-page([0-9]+).html$ /$1&p=$2 [L] But it always redirects wrong. It redirects: /topic/ to / I need that really fast. Best would be today. Thanks!

    $27 (Avg Bid)
    $27 Avg Bid
    16 bids

    ...and possibly some php. Before placing a bid review the full project description at: There I also provide a link to the demo. The general problem is that I want to change ?id= URLs to people friendly urls: https://www.dottedi.xyz/article_id=123 I can do this by adding a line like: RewriteRule ^about/?$ [NC,L] ## AN ALIAS ## However this takes too much administration and I want a simpler regex type method that works for all regular pages. I also have blog entries which need a method so that we don't lose all prior search engine indexing. This is outlined in the full project description and when you visit the demo you will see the problem. If it takes some

    $72 (Avg Bid)
    $72 Avg Bid
    3 bids

    I need to write a rule in .htaccess to redirect almost any path from an old domain to the homepage of the new domain with a few exceptions. so as an example, this needs to look something like this: RewriteEngine On RewriteCond %{HTTP_HOST} ^ [OR] RewriteCond %{HTTP_HOST} ^ RewriteRule ^(.*)$ [R=301,L] redirect 301 /old-about Using the above code, if I access I get redirected to rather than

    $33 (Avg Bid)
    $33 Avg Bid
    6 bids

    I would like to force https my entire site but i would like to avoid force on certain files or folders this is the current file i am using right now in my htaccess RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^(www.)?grantedsecurity.com RewriteRule ^(.*)$ $1 [R,L] RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/lofInfo RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] the file i do not want forced https on is this one

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    6 bids

    Hello, I am looking for a rule that will hide all .php extensions and allow all the urls to have a trailing slash, Some of my urls also have - (dashes) in them so this will also need to be accounted for when creating the rule. I have attempted: RewriteCond /%{REQUEST_FILENAME}.php -f RewriteRule ^(.*)/$ /$ Please do not access for server access as I am capable of adding htacess rules.

    $45 (Avg Bid)
    $45 Avg Bid
    12 bids

    We have a problem with our blog website. When trying to access it the url opens but when you try to create a sitemap the bot says that the url is forbidden our website is The code in htaccess file affecting the website blog is # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [L,R=301] But if you remove it the blog goes off Another problem is that the website pages are names with /page/ we need to add a custom error 404 page. the website is in lavarel

    $682 (Avg Bid)
    $682 Avg Bid
    33 bids