Lighttpd rewritecond jobs

Filter

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

    hello im trying to make my urls prettier using htaccess rules insode openlitespeed webserver. below are the rules. some reason only one rule will work and not both together the 2 rules i added to make url prettier are : rewriterule ^/([^.]+)$ /views/channels/$ [NC] rewriterule ^/([^.]+)$ /views/$ [NC] a.../views/channels/$ [NC] rewriterule ^/([^.]+)$ /views/$ [NC] and the complete rules are : RewriteEngine On RewriteBase / RewriteRule ^/unblocked/ - [L,NC] RewriteRule ^/views/ - [L,NC] RewriteRule ^/cf-cookies/ - [L,NC] RewriteRule ^/webproxy/ - [L,NC] RewriteRule ^/YouTube.php$ - [L] rewriterule ^/([^.]+)$ /views/channels/$ [NC] rewriterule ^/([^.]+)$ /views/$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule /.* [QSA]

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

    hello im trying to make my urls prettier using htaccess rules insode openlitespeed webserver. below are the rules. some reason only one rule will work and not both together the 2 rules i added to make url prettier are : rewriterule ^/([^.]+)$ /views/channels/$ [NC] rewriterule ^/([^.]+)$ /vie.../views/channels/$ [NC] rewriterule ^/([^.]+)$ /views/$ [NC] and the complete rules are : RewriteEngine On RewriteBase / RewriteRule ^/unblocked/ - [L,NC] RewriteRule ^/views/ - [L,NC] RewriteRule ^/cf-cookies/ - [L,NC] RewriteRule ^/webproxy/ - [L,NC] RewriteRule ^/YouTube.php$ - [L] rewriterule ^/([^.]+)$ /views/channels/$ [NC] rewriterule ^/([^.]+)$ /views/$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule /.* [QSA]

    $362 (Avg Bid)
    $362 Avg Bid
    3 bids

    ...dedicated and single full time developers who are either contractors or have the ability to work more than 20 hours per week and are focused only on our tasks We have multiple projects ranging from Internet Cloud, SaaS, eCommerce, eWallets and cryptocurrencies depending on your skillsets. We would prefer knowledge in one or more of the following technologies - MongoDB, MySQL, Apache, PHP, lighttpd, python, nginx, Java/JS, APIs, SEO and/or front-end GUI designs (HTML5, CSS3) Our first task (of many) would entail a complete redesign and functionality of this template site - This is only one of other similar projects in the pipelines Please provide examples of work for consideration. Students and graduates are encouraged to apply We are looking for long term

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    28 bids

    am looking for a Ansible developer or Some one who can write a YAML script which will do the following work. This is ...setup_env Then execute: vagrant up You should get a message: 'complete me' If you prefer another config management tool such as puppet or chef, that is up to you to setup the provisioner portion in the Vagrantfile and either provide documentation on environment setup or automate that process as well. Key Objectives: =============== * Install lighttpd * Configure a lighttpd named vhost via a jinja2 template * S3 artifact deployment into virtual host document root /srv/bogusapp/ * Full automation ("vagrant up" to working site with no manual intervention) * Idempotency I will share...

    $214 (Avg Bid)
    $214 Avg Bid
    11 bids

    I need a .htaccess and RewriteCond exper, i want a clean url with php core pages.

    $139 (Avg Bid)
    $139 Avg Bid
    4 bids

    ...website uses some folders for the homepage and other pages, while it uses another folder to load Shop. So, when I edit the .htaccess file from current state as it is (now my Shop is working, but loads on Error 404), to default Wordpress values: # 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 and when I delete double folders so only that I have once 3 wp-folders inside my public_html file, the Shop stops to work, but the 'double homepage loading Error 404 problem' disappears!' Again, when I have backup and my Shop is working, then my homepage loads to

    $99 (Avg Bid)
    $99 Avg Bid
    15 bids

    I need someone to cross-compile and flash ARM hardware with Linux Kernel, web-server(lighttpd), mqtt client library, and a simple serial port application. You must demonstrate the web-server is working using cgi GET/POST/PUT, General Purpose I/O are functioning, and bluetooth. The host compiler is Ubuntu and the target board is ARM. Proper documentation is a MUST.

    $429 (Avg Bid)
    $429 Avg Bid
    10 bids

    Install very very simple PHP script to my server .... A) Installation ...(Example : ) from your browser After that, you just need to fill in your Database Host Name, Database Username, Database Password and Database Name After fill up all the information, Click Next to finish the installation. After installation done, Please create .htaccess file inside your Server Directory and paste the following code. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 [L] Final Step : To change your website URL, open application Folder -> config Folder -> Please find $config['base_url'] = 'http://.......' at Line Number : 26 and typed your website URL inside the single quote.

    $30 (Avg Bid)
    $30 Avg Bid
    17 bids

    can you check if https redirect is correct # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress

    $23 (Avg Bid)
    $23 Avg Bid
    7 bids

    This is my htaccess file. I... What i want changed in my htaccess: I want everything to be a 301 to EXCEPT that url to show the picture. Can you help? Here is htaccess info: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # RewriteCond %{QUERY_STRING} code=(.*) # RewriteRule ^/showpicture$ / [R,L] RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] AddType video/ogg .ogv AddType video/webm .webm AddType audio/webm .weba AddType video/mp4 .mp4 </IfModule> # END WordPress <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>

    $41 (Avg Bid)
    $41 Avg Bid
    1 bids

    Hello. I'm working on a website. Im currently having an issue where I link to a page called: projects?id=2... Im currently having an issue where I link to a page called: projects?id=214812 (or some other number). Im then trying to access this ID to gather info about that specific project, however - I'm unable to access the id with $_GET['id'], it returns empty or null. My htaccess looks like this for pretty urls: # Turn on RewriteEngine RewriteEngine On # Rewrite rules RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 that might be the issue? I am not sure. I'm unable to send any files. Have tried calling the $_GET['id'] at the top of the page (above header and everything else) w...

    PHP
    $20 (Avg Bid)
    $20 Avg Bid
    22 bids

    I want to add geo ip redirection to my website. I want all visitors from one country to be redirected to a version of their site dedicated to the coutry. I have this code but its not working: GeoIPEnable On RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^KE$ RewriteRule ^(.*)$ $1 [R,L] I want all the urls for people accesing it from kenya to be directed to that url Regards!

    $39 (Avg Bid)
    $39 Avg Bid
    27 bids

    I have added the geo ip redirect code into my htaccess file but it doesnt work. I want to redirect people to the appropriate website based on the country. Should offer sitewide redirection redirection based on the country. Currently the code doesnt work: RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(KE)$ RewriteRule ^(.*)$ $1 [L]

    $668 (Avg Bid)
    $668 Avg Bid
    14 bids

    I want to add geo ip redirection to my website. I want all visitors from one country to be redirected to a version of their site dedicated to the coutry. I have this code but its not working: GeoIPEnable On RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^KE$ RewriteRule ^(.*)$ $1 [R,L] I want all the urls for people accesing it from kenya to be directed to that url Regards!

    $35 (Avg Bid)
    $35 Avg Bid
    12 bids

    Need to fix htaccess file settings. Need to have https redirect enabled for the site but also need to have one subfolder that is accessible with a password. /.htaccess # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress /procedures/.htaccess RewriteEngine Off AuthUserFile /home/site1/public_html/procedures/.procedurespwd DirectoryIndex AuthType Basic AuthName "procedures" require valid-user

    $53 (Avg Bid)
    $53 Avg Bid
    19 bids

    ...allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ # Force SSL Redirect RewriteCond %{HTTP_HOST} ^heroesofgc.com [NC,] RewriteBase / RewriteRule ^$ [L] RewriteRule ^$ [L] RewriteRule ^download/(.*) / [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) $1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign

    $33 (Avg Bid)
    $33 Avg Bid
    29 bids

    ...Search Current: Required: Car Details Pages Current: Required: (((StockNo.))) Development Help You can do all this through .htaccess by putting the following code: RewriteEngine on RewriteCond %{QUERY_STRING} ^id=Brand%20New%20Vehicles RewriteRule ^$ [R=301,L] Also, You can take help from these websites: Also, there is a Automated Generator .htaccess website: http://www

    PHP
    $54 (Avg Bid)
    $54 Avg Bid
    12 bids

    I Currently have the following htaccess code below whi...How can I do this all in one step in the htaccess so it gets from TO Sample htaccess from wordpress site below # BEGIN HTTPS Redirection Plugin <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # END HTTPS Redirection Plugin # 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 --- We've been using to check the amount of hops that it takes.

    $26 (Avg Bid)
    $26 Avg Bid
    30 bids

    Need quick help. Must be done today. We have a RPI 3 b JOB - Make our WLAN work | somehow it doesn't show the wlan (the model has wifi). ...done today. We have a RPI 3 b JOB - Make our WLAN work | somehow it doesn't show the wlan (the model has wifi). Currently we have it plugged in over LAN and Teamviewer is running on it. - Help find program "windmachine" | someone programmed a software on it. I have the code, but can't remember where to open it on the RPI. - Setup Web Server | Need to run a local website. (maybe with lighttpd?) - Autorun on Boot | Make the following run on reboot: - - webserver with website running in fullscreen - - windmachine program - - teamviewer Contact me in the chat if you want to do this. Will pay at t...

    $144 (Avg Bid)
    $144 Avg Bid
    4 bids

    Need quick help. Must be done today. We have a RPI 3 b JOB - Make our WLAN work | somehow it doesn't show the wlan (the model has wifi). ...done today. We have a RPI 3 b JOB - Make our WLAN work | somehow it doesn't show the wlan (the model has wifi). Currently we have it plugged in over LAN and Teamviewer is running on it. - Help find program "windmachine" | someone programmed a software on it. I have the code, but can't remember where to open it on the RPI. - Setup Web Server | Need to run a local website. (maybe with lighttpd?) - Autorun on Boot | Make the following run on reboot: - - webserver with website running in fullscreen - - windmachine program - - teamviewer Contact me in the chat if you want to do this. Will pay at t...

    $14 - $41
    $14 - $41
    0 bids

    We are looking for a full-stack developer to join our development team as soon as possible. The person will be a contractor with a full-time position (8 hours per day) and should be ready to keep in touch at all times with the entire team. Developer should have very good English skills, both written and spoken. Please be ready to prepare your CV/resume, as selected candidates will...as selected candidates will be asked to send them for review. Job responsibilities: * develop in PHP/MySQL using common frameworks as Laravel/Codeigniter/etc. * be prepared to work on existing source code and add/improve on top of it * prior experience with e-commerce systems (e.g. Prestashop, Magento) is a big plus * experience with Linux web-server administration is a big plus (Apache, Lighttpd...

    $1866 (Avg Bid)
    $1866 Avg Bid
    123 bids

    Estamos buscando un administrador de ...servidores con experiencia en CPANEL, PHP, MYSql, Scripts, etc. Actualmente el servidor se encuentra configurado y funcionando, necesitamos realizar una revisión general, optimizar al 100% su rendimiento y estilizar su funcionamiento. Descripción: Optimización y Mantenimiento de Servidor Dedicado Alojado en OVH → CPANEL / WHM Firewall Configuration and Updates Web server (Apache, Nginx, lighttpd, php, mysql, etc.) Installing php extensions or any other required Website tunning to increase speed Web performance with memcached and redis Security (iptables, fail2ban, mod-security, htaccess etc.) Automation (Script, Cronjob, etc.) FTP server with Proftpd Email server with postfix (TLS, spam, spf, dkim etc...

    $22 (Avg Bid)
    $22 Avg Bid
    38 bids

    ...RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^topic-(.+).html$ $1&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^article-([0-9]+)-([0-9]+).html$ $1&page=$2&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^forum-(w+)-([0-9]+).html$ $1&page=$2&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+).html$ $1&extra=page%3D$3&page=$2&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^group-([0-9]+)-([0-9]+).html$ $1&page=$2&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^space-(username|uid)-(.+).html$ $1=$2&%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule

    $39 (Avg Bid)
    $39 Avg Bid
    7 bids

    Can you help me optimize PHP FPM to handle 4000 connections at a time?

    $567 (Avg Bid)
    $567 Avg Bid
    11 bids

    ...from Apache to Lighttpd. The rewrite rules are: <IfModule mod_rewrite.c> SetEnv rewrite 1 RewriteEngine on RewriteRule ^redirect/(.*)$ $1 [L,QSA,NC] # Rewrite URLs of the form '[request]'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1 [L,QSA] Order deny,allow RewriteCond %{REQUEST_URI} !-U RewriteRule ^(.+) $1 RewriteCond %{HTTP_USER_AGENT} Wget [OR] RewriteCond %{HTTP_USER_AGENT} CherryPickerSE [OR] RewriteCond %{HTTP_USER_AGENT} CherryPickerElite [OR] RewriteCond %{HTTP_USER_AGENT} EmailCollector [OR] RewriteCond %{HTTP_USER_AGENT} EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} EmailWol...

    $88 (Avg Bid)
    $88 Avg Bid
    2 bids

    I have a heavily modified opencart installation. It is set to use HTTPS always on the, we are forcing https in the htaccess file using the 2 lines below RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Everything works ecept the admin, it will not allow me to save changes as it shows a security error when i try to save changes. If i remove the htaccess codes then admin saves but i need the front end to always be HTTPS and the admin to always be http

    $42 (Avg Bid)
    $42 Avg Bid
    39 bids

    ...queried for a temporary file at “”, but the web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist. at bin/ line 562. This seems to be an .htacess issue. when I moved .htaccess out of the way, it works fine. I added this code in .htaccess: RewriteCond %{REQUEST_URI} !.(txt|tmp)$ It's still not working. ...

    $57 (Avg Bid)
    $57 Avg Bid
    7 bids

    ...queried for a temporary file at “”, but the web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist. at bin/ line 562. This seems to be an .htacess issue. when I moved .htaccess out of the way, it works fine. I added this code in .htaccess: RewriteCond %{REQUEST_URI} !.(txt|tmp)$ It's still not working. Project buget is set at $10 since it's a small project. ...

    $705 (Avg Bid)
    $705 Avg Bid
    3 bids

    ...queried for a temporary file at “”, but the web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist. at bin/ line 562. This seems to be an .htacess issue. when I moved .htaccess out of the way, it works fine. I added this code in .htaccess: RewriteCond %{REQUEST_URI} !.(txt|tmp)$ It's still not working. 2. Facebook pixel tracking, I added the codes via the instructions here: But, it's giving me an error. I need to get it to track correctly. Project buget is set at $20 since it's a small project. ...

    $107 (Avg Bid)
    $107 Avg Bid
    5 bids

    Provide me instructions / manual /support that leads to success. I have a Wordpress multisite with non-www in the browser and google results. I want to change from non-www. to www. Example: > Tried this, it did not work: 1) RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] 2) WordPress MU Domain Mapping Plugin crashed my site

    $48 (Avg Bid)
    $48 Avg Bid
    22 bids

    I have some folders with ...that are on directory tv1, tv2, tv3 If user access this he needs to be redirected to The only way to view is to access ---------------------------------------------------------------------------------- i have tried this RewriteEngine on RewriteCond %{REQUEST_URI} ^/(tv1|tv2|tv3)/ [NC] RewriteCond %{QUERY_STRING} !=Access RewriteRule .mp4$ [R=302,L] but there is problem. if u visit it will show u and then after u visit it then if u try to visit (with ?Access) it will show again

    $34 (Avg Bid)
    $34 Avg Bid
    9 bids

    ...Environment on the vendors side, Company B outside of company A network) If a user visits (owned by Company A) the URL will be re-written to something along these lines (Owned by company A) What I have so far but doesn't seem to be working, when I visit it stays as is. # rewrite rules for RewriteCond %{http_host} ^site.example.com [NC,OR] RewriteCond %{http_host} ^www.site.example.com [NC] RewriteRule $ [R,L] Will I need to do a reverse proxy and then re-write from there? EDIT: I apologize, i should have explained a little better. is owned by (company A). So we changed the CNAME to point to ( ) and is

    $69 (Avg Bid)
    $69 Avg Bid
    3 bids

    i want to rewrite my url when i run my website on localhost it works fine. but when i uploaded the same code on my server with changed website name the code still go to localhost. code is bellow ... Options +FollowSymlinks -MultiViews -Indexes RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Za-z]{3,}s/+detail.php?read=([^s]+) [NC] RewriteRule ^ %1? [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ $1 [QSA,L] i also want to rewrite non www site url to www url

    $120 (Avg Bid)
    $120 Avg Bid
    34 bids

    I need help setting up SEO Friendly URLS on my website. I want to redirect: to: and vice versa. I have the following code, but it's not working: # redirect "/" to "/mls-listing/xx" RewriteCond %{THE_REQUEST} s/view.php?ID=([0-9]+)s [NC] RewriteRule ^ /mls-listing/%1? [R=301,L] # internally rewrite "/mls-listing/xx" to "/" RewriteRule ^mls-listing/([0-9A-Za-z]+)$ /$1 [L] I need an expert that can do this quickly, if you don't have a good idea of what the answer is, then don't bid please. I don't have a big budget for this to pay someone a bunch of time to learn it. Thanks, Tony

    $69 (Avg Bid)
    $69 Avg Bid
    5 bids

    I need modification of lighttpd server for flv and mp4 file streaming. I need lighttpd to look for parameter in URL request. This parameter will be string containing user login and password hash. Lighttpd will take the parameter from URL and make request to my php application containing this taken parameter. My php page will return 0 or 1. If it returns 0, lighttpd will send back to user only part of video, if it returns 1, it will stream whole video. If the parameter is missing completely in request URL, it will always send only part of video. I already wrote 90 % of this functionality in C myself (only faking of byte-range headers for mp4 files is missing, streaming does not work without it on iOS). My code works, but I am not skilled C developer, so I am s...

    $1652 (Avg Bid)
    $1652 Avg Bid
    8 bids

    I make a website , currently litespeed is installed on this but this was giving error 403 () & verification mail is not coming when i am registering new user in please check and remove litespeed and install lighttpd and configure.

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

    We own the AVS Script which you can see here We need this script installed and setup so that everything is running correctly. You should be familiar with server setup as well script instillation as there may be things that need to be installed other than the script such as Lighttpd. We would like this done asap as we want to get the project moving forward on our end. Please keep in mind that developer of the script will do the job for less than $70 so please do not bid over this, for someone knowledgeable at this, this should be an easy paycheck. Thank you and happy bidding

    $37 (Avg Bid)
    $37 Avg Bid
    10 bids

    We own the AVS Script which you can see here We need this script installed and setup so that everything is running correctly. You should be familiar with server setup as well script instillation as there may be things that need to be installed other than the script such as Lighttpd. We would like this done asap as we want to get the project moving forward on our end. Please keep in mind that developer of the script will do the job for less than $70 so please do not bid over this, for someone knowledgeable at this, this should be an easy paycheck. Thank you and happy bidding

    $48 (Avg Bid)
    $48 Avg Bid
    6 bids

    I have a server that we migrated from a much older instance to a new instance for PCI requirements. I am in need of someone with server skills to finish the install and launch the three websites that reside on the server. The websites are written in Python / Django. The original version was 1.0.2 and has been upgraded to 1.1.3 ( still old, I know ). The Web server software is Lighttpd. The connections are via fast_cgi. The server currently throws a 500 error when visiting the test site. More details for interested parties. Nick

    $69 / hr (Avg Bid)
    Featured Urgent
    $69 / hr Avg Bid
    2 bids

    Hi, Need a system admin to install and configure lighttpd server on VPS what already use WHM/cPanel/Apache see here

    $41 (Avg Bid)
    $41 Avg Bid
    1 bids

    I have a server Debian 8. I have installed Lighttpd, but i want to install mod_geoip... i am unable to find how to install it! I've read but it would seems that i am unable to compile correctly. It gives some error. I need a Linux expert to fix the problem, make my server work with GeoIP.

    $44 (Avg Bid)
    $44 Avg Bid
    5 bids

    Hello, I am looking for Lighttpd Linux Expert to Modify Request Header (Referer). We need to change all income and output referer header on our server to blank/empty. Thanks in advance!

    $98 (Avg Bid)
    $98 Avg Bid
    8 bids

    Need to configure my server based on CentOS 5.3 64 bits and cPanel WHM. Script needed : -Working Adult Video Script : # Apache Web Server * Support for AcceptPathInfo * Support for MultiViews (or mod_rewrite which is slower) # PHP 5.x (mod_php/CGI) * Support for GD2 Library * Support for MySQL * Support for...video upload size) * exec() should be allowed # PHP CLI 5.x (see above + register_argc_argv ON) # Mencoder 1.0rc1 (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora) # Mplayer 1.0rc1 # FFmpeg (from SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora # flvtool2 or yamdi (yamdi recommended)) # Lighttpd Streaming # Imagemagik

    $184 (Avg Bid)
    $184 Avg Bid
    11 bids

    ...an Apache server and get it working! -------- AddHandler application/x-httpd-php52 .php RewriteEngine On RewriteBase / # These would be for a simple caching mechanism #RewriteRule ^$ [QSA] #RewriteRule ^([^.]+)$ $ [QSA] # Make sure they're on the www domain RewriteCond %{HTTP_HOST} ^staticize.com RewriteRule ^(.*)$ $1 [R=permanent,L] # If the file can't be served by Apache, rewrite to RewriteCond %{REQUEST_FILENAME} !-F RewriteCond %{REQUEST_URI} !favicon.ico RewriteRule ^(.*)$ [QSA,L] RewriteRule ^$ [QSA] ExpiresActive On ExpiresByType image/gif A2592000 ExpiresByType image/jpeg A2592000 ExpiresByType image/png A2592000 # # Example: # ErrorDocument 500 / -----------

    $38 (Avg Bid)
    $38 Avg Bid
    13 bids

    We create websites based on our own custom code libraries, etc. From time to time we hit problems trying to do .htaccess coding to defend against hackers and make the sites work better. We need someone with GOOD skills and experience in .htaccess, rewritecond, rewriterule, regexp, etc to assist with problems as needed. We will need ongoing help from time to time from this person. This job is to replace underscores in incoming page names with hyphens. e.g. -> .. but NOT do it for URLs that have in them, as the URL may have essential underscores that can't be replaced. We can work with the chosen person to refine the .htaccess functions as needed, as long as we have a

    $45 / hr (Avg Bid)
    $45 / hr Avg Bid
    7 bids

    I need you to develop some software for me. I would like this software to be developed for Linux with the goal of creating a lightweight web access control application to run on openwrt using either php, python or perl. This will run on Lighttpd or uhttpd webserver with a MySQL or sqlite db. Front end to back-end design required.

    $1479 (Avg Bid)
    $1479 Avg Bid
    31 bids

    1) Please correct htaccess syntax for rule: If incoming url contains keyword "willingness531" redirect to "404 not found" instead of my homepage. The rule below requires correction: RewriteCond %{QUERY_STRING} willingness531 RewriteRule ^(.*)$ / [R=404,L] 2) Please provide correct htaccess syntax for 301 redirect example. Original url: http://www.north-korea-books/servlet/the-303/north-korea-fine-art/Detail New url: http://www.north-korea-books/Korean_fine_arts Rule: If incoming url contains "servlet/the-303/" (and it does not matter what comes next) redirect to Korean_fine_arts. The rule below requires correction: redirect 301 servlet/the-303/ Korean_fine_arts

    $29 (Avg Bid)
    $29 Avg Bid
    4 bids

    This is very simple and should take only a few minutes. I require help with correct syntax...redirect to 404 instead of my homepage: Keyword examples are: willingness531 kerosene523 reprisal526 drugstore529 erotene534 ban534 - plus a few others. So the rule should be: if a keyword is found anywhere in the url, redirect to 404. I know the htaccess rule should be something similar to: RewriteCond %{QUERY_STRING} willingness531 RewriteCond %{QUERY_STRING} kerosene523 RewriteCond %{QUERY_STRING} reprisal526 RewriteCond %{QUERY_STRING} drugstore529 RewriteCond %{QUERY_STRING} erotene534 RewriteCond %{QUERY_STRING} ban534 RewriteRule ^(.*)$ / [R=404,L] but it's not working. Can you please provide corrected syntax? 3) Problem with duplicated co...

    $161 (Avg Bid)
    $161 Avg Bid
    25 bids

    looking to upload a site these are the requirements : Apache web server with mod_rewrite enabled. MySQL version 4.0+ Cgi-bin Perl Access G...) FFmpeg-php Ffmpeg compiled with libx264 support. MP4Box (Needed if you want to enable HD video conversion) Ability to run PHP from the command line (CLI) with exec() Ability to execute background processes with exec("binary > /dev/null &") Ability to run a cron job To stream videos, servers are required to have one or more of the following additional server requirements: Lighttpd Streaming Lighttpd web server with mod_flv_streaming installed. Apache mod_flvx Video Streaming Apache web server with mod_flvx installed. Apache mod_h264 Video Streaming (HD) Apache web server with mod_h264 installed. RTMP Streaming Adobe Fla...

    $193 (Avg Bid)
    $193 Avg Bid
    34 bids

    looking to upload a site these are the requirements : Apache web server with mod_rewrit...compiled with libx264 support. MP4Box (Needed if you want to enable HD video conversion) Ability to run PHP from the command line (CLI) with exec() Ability to execute background processes with exec("binary > /dev/null &") Ability to run a cron job To stream videos, servers are required to have one or more of the following additional server requirements: Lighttpd Streaming Lighttpd web server with mod_flv_streaming installed. Apache mod_flvx Video Streaming Apache web server with mod_flvx installed. Apache mod_h264 Video Streaming (HD) Apache web server with mod_h264 installed. RTMP Streaming ...

    $246 (Avg Bid)
    $246 Avg Bid
    2 bids