Isapi rewriterule jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    977 isapi rewriterule jobs found, pricing in AUD

    ...$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 PUT DELETE> order deny,allow deny

    $34 (Avg Bid)
    $34 Avg Bid
    10 bids

    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

    $29 (Avg Bid)
    $29 Avg Bid
    30 bids

    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.

    $37 (Avg Bid)
    $37 Avg Bid
    24 bids

    For the below htaccess redirect rule is wo...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>```

    $29 (Avg Bid)
    $29 Avg Bid
    15 bids

    I am looking for a developer to create a messaging app with React Web RTC and an ISAPI filter. The app should have the following features: - Text messaging - Design is important to me, so I have specific design requirements that I would like the developer to follow. - My budget for this project is $500-$1000. Ideal skills and experience for this job include: - Proficiency in React Web RTC and ISAPI filter - Experience designing and developing messaging apps - Strong communication skills to ensure the app meets my design requirements.

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    49 bids

    ...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 getting an error in the browser:

    $35 (Avg Bid)
    $35 Avg Bid
    18 bids

    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.

    $46 (Avg Bid)
    $46 Avg Bid
    3 bids

    ...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 connect to this. When applying to the job please put "DONT IGNORE ME" ...

    $298 (Avg Bid)
    $298 Avg Bid
    11 bids

    We need a template of portal as dashboard to communicate with IIS of Microsoft via isapi functions The template must have rooms for publicity and shortcuts but in first place views of data as grids and graphs and statistics. All the data comes from functions in a isapi dll file. Need to be responsive and run on all operating systems.

    $847 (Avg Bid)
    $847 Avg Bid
    45 bids

    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]

    $40 (Avg Bid)
    $40 Avg Bid
    17 bids

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

    $80 (Avg Bid)
    $80 Avg Bid
    1 bids

    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/

    $18 (Avg Bid)
    $18 Avg Bid
    4 bids

    Upgrade VPS from Windows Server 2003 to Windows Server 2016 Hello dear friends, I currently have a website, developed in ASP language (No Asp.net) running under IIS 6. Unfortunately this I need to upgrade the operating system of my VPS from Windows Server 2003 to Windows Server 2016 (Because TLS 1.2 sec...under IIS 6. Unfortunately this I need to upgrade the operating system of my VPS from Windows Server 2003 to Windows Server 2016 (Because TLS 1.2 security certificate is not compatible with win server 2003). We need the same website will be hosted and run correctly on a windows server 2016 Now website is working on classic asp, and Mysql Server just installed, version 5.26 On IIs6 is configured isapi rewrite module for url rewriting Is necessary to configure SSL on webserver after...

    $239 (Avg Bid)
    $239 Avg Bid
    22 bids

    ...r3wqfew/ should redirect to (something like this)... Here is my script maker said: Did you drop using Apache and switched to Nginx? The problem is that this URL: Is rewritten here: By this rewrite rule in /admin/.htaccess: RewriteRule ^billings/([^/]*)/ec0a74fd48e3abb9af3739c5bfb0acc7.php$ billings/$1/$ [L,QSA] The fact that virtual URL gives 404 means that either Apache, or mod_rewrite is not working. If you migrated your project to nginx, you may be missing these system rewrites: # admin panel rewrites rewrite ^/admin/posts_for_(.*).php$ /admin/$1 last; rewrite ^/admin/feeds/(

    $157 (Avg Bid)
    $157 Avg Bid
    5 bids

    We need mod_rewrite for the .htaccess file. The following structure has to be achieved: www.domain.co... Where: gb/de is language/location page-1 is a webpage directory-1/ is a directory/folder and should be accessed by its own file The mod_rewrite should look like something like: RewriteRule ^([^/]+)/?$ $1 [NC,L] RewriteRule ^([^/]+)/([^/]+)/?$ $1&directory=$2 [NC,L]

    $24 (Avg Bid)
    $24 Avg Bid
    3 bids

    I need an .htaccess and rewriterule expert to modify .htaccess file. We want to include 404 page. Now file includes IfModule with some rules. We may need to update that too.

    $43 (Avg Bid)
    $43 Avg Bid
    19 bids

    Mobile app is written in Delphi, the developer is missing. need to move the app to another server. have access to git hub. Need someone who knows uniGUI and ISAPI server in delphi

    $207 (Avg Bid)
    $207 Avg Bid
    3 bids

    Mobile app is written in Delphi, the developer is missing. need to move the app to another server. have access to git someone who knows uniGUI and ISAPI server in delphi

    $15 - $46
    $15 - $46
    0 bids

    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]

    $37 (Avg Bid)
    $37 Avg Bid
    33 bids

    ...[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} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteRule "^(/?.*)$"

    $37 (Avg Bid)
    $37 Avg Bid
    19 bids

    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.

    $31 (Avg Bid)
    $31 Avg Bid
    8 bids

    --------------------------- Please reply only if you can complete it and already some experience in fetching recorded data --------------------- I want to fetch images from a recorded feed of DVR/NVR/Camera for a particular time using the RTSP stream. The images should be exact with very high accuracy. The devices are of hikvision brand. You can use hikvision ISAPI or Onvif API. Language to be used: Python

    $233 (Avg Bid)
    $233 Avg Bid
    2 bids

    ...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 Content-Security-Policy "upgrade-insecure-requests;"

    $31 (Avg Bid)
    $31 Avg Bid
    4 bids

    Hello, Looking for Umbraco export to apply the following changes to our current website. 1) Add new static page copy design from Figma. 2) Edit current signup page modify some web service (ISAPI) calls 3) Fix phone verification page. 4) fix forgot password option. 5) minder modifications to current header menus.

    $913 (Avg Bid)
    $913 Avg Bid
    11 bids

    "ONLY FOR THOSE WITH EXPERIENCE IN Hikvision / LTS NVR Integration USING ISAPI FOR PYTHON" Looking to integrate NVR for human detection, face recognition and people counting using Hikvision SDK / API - via ISUP 5.0 and ISAPI, need some one who has prior full implementation experience of the Hikvision / LTS NVR Integration using ISAPI for Python Integration, if you don't have the specific you need not apply

    $1858 (Avg Bid)
    $1858 Avg Bid
    16 bids

    I need to fix 2 points : 1. change private IP to public IP for the webserver that web site can be run 2. fix this code that pages can be run : RewriteRule ^([^/.]+)/?$ $1 RewriteRule ^([^/.]+)/([^/.]+)?$ $1&page=$2 RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)?$ $1&items=$2&page=$3 RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)/([^/.]+)?$ $1&items=$2&countries=$3&page=$4 work take maximam 2 hours by teamveiwer or anydask the operating system is windows server 2012 r2

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

    I need to fix 2 points : 1. change private IP to public IP for the webserver that web site can be run 2. fix this code that pages can be run : RewriteRule ^([^/.]+)/?$ $1 RewriteRule ^([^/.]+)/([^/.]+)?$ $1&page=$2 RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)?$ $1&items=$2&page=$3 RewriteRule ^([^/.]+)/([^/.]+)/([^/.]+)/([^/.]+)?$ $1&items=$2&countries=$3&page=$4 work take maximam 2 hours by teamveiwer or anydask the operating system is windows server 2012 r2

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

    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

    $138 (Avg Bid)
    $138 Avg Bid
    5 bids

    I have HikVIsion cameras that I want to extract an XML from. The idea is that I will take the XML path and add it to another system. The API that will be used is in the powerpoint and it's the ISAPI and not the SDK. This job needs to be done this Sunday or maximum Monday.

    $310 (Avg Bid)
    $310 Avg Bid
    4 bids

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

    $310 (Avg Bid)
    $310 Avg Bid
    14 bids

    ...RewriteOptions inherit RewriteEngine on RewriteRule ^$ RewriteEngine on RewriteRule ^port-stephens/quad-bike/$ port-stephens/quad-bike/ RewriteEngine on RewriteRule ^port-stephens/quad-bike/$ port-stephens/quad-bike/ RewriteEngine on RewriteRule ^port-stephens/quad-bike/$ port-stephens/quad-bike/ RewriteEngine on RewriteRule ^port-stephens/quad-bike/$ port-stephens/quad-bike/ RewriteEngine on RewriteRule ^nelson-bay/quad-bike/$ nelson-bay/quad-bike/ RewriteEngine on RewriteRule ^nelson-bay/quad-bike/quad-biking-family-package

    $28 (Avg Bid)
    $28 Avg Bid
    5 bids

    We are looking for someone who has experience in communicating with HIKIVSION devices using ISAPI. The SDK can be downloaded from the link below which has complete documentation. We can provide access to the device for the developers to test if they can make the system work. The developer will have to have some knowledge of integration using ISAPI & OpenAPI C#

    $9072 (Avg Bid)
    $9072 Avg Bid
    10 bids

    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.

    $34 (Avg Bid)
    $34 Avg Bid
    11 bids

    ...Current user profile URLs: RewriteRule ^profile/model/(.*)/([0-9]+)/(.*)/(.*) $1&iModelId=$2&vModelName=$3&msg=$4 RewriteRule ^profile/model/(.*)/([0-9]+)/(.*) $1&iModelId=$2&vModelName=$3 RewriteRule ^profile/model/(.*)/([0-9]+) $1&iModelId=$2 Example: replace: /profile/model/O-8/iModelId/vModelName with: /vModelName result: <link href="" rel="canonical"/> Current Category Section: RewriteRule ^category-models/([0-9]+)/([0-9]+)/([0-9]+)/(.*).html $3&nstart=$1&start=$2 RewriteRule ^category-models/([0-9]+)/(

    $46 (Avg Bid)
    $46 Avg Bid
    1 bids

    I currently have the following rewrite rule: RewriteRule ^([^/]*)/([^/]*)$ /$1&page=$2 [L] If somebody goes to It loads However, this stops people going to other directories. So if we had a folder called test, you cannot go to I am looking for somebody to adjust this line so that you can still visit directories like /test or /example

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

    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!

    $31 (Avg Bid)
    $31 Avg Bid
    4 bids

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

    $34 (Avg Bid)
    $34 Avg Bid
    4 bids

    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:

    $186 (Avg Bid)
    $186 Avg Bid
    14 bids

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

    $31 (Avg Bid)
    $31 Avg Bid
    1 bids

    I believe my client site has been hacked. I see 3 files created in the last month, and the htaccess file was modified. 10/29/20 10/4/20 10/29/20 the htaccess file references the file. RewriteRule . [L,S=10000] When accesing the site via a page on google search results, I get a 'too many redirects' error. and all rankings have fallen considerably. I deleted the 3 files and delete the reference to in the htaccess file. Now I'm getting a 500 error. I need help getting the site up and running.

    $89 (Avg Bid)
    $89 Avg Bid
    16 bids

    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.

    $49 (Avg Bid)
    $49 Avg Bid
    15 bids

    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 text/x-...

    $41 (Avg Bid)
    $41 Avg Bid
    4 bids

    i have a node js web app in sails which run on http://localhost:1337 i want to run this on my domain i dont want i want it run i am using plesk panel on centos server help please

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

    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

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

    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

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

    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

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

    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

    $37 (Avg Bid)
    $37 Avg Bid
    9 bids

    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:

    $35 (Avg Bid)
    $35 Avg Bid
    5 bids

    ...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. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ------ HERE MY NGINX location ~* ...

    $46 (Avg Bid)
    $46 Avg Bid
    4 bids

    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:

    $40 (Avg Bid)
    $40 Avg Bid
    4 bids