Rewriteengine工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    435 rewriteengine 份搜到的工作,货币单位为 HKD
    138541 htaccess redirect 已经结束 left

    This is a quick project - you'll need to implement a .htaccess 301 redirect for this project. We currently have a .htaccess file set up to make URLs like this: / ... work by accessing this: This is done by this code: RewriteEngine On RewriteRule ^p_(.*).htm$ $1 However, I want going to a URL such as this: / - to result in a permanent 301 redirect to the .htm format already created. In your bid, please state how you will achieve this - .htaccess, I presume. This should take less than an hour for any professional, so please bid no more than your hourly rate. Good feedback will

    $78 (Avg Bid)
    $78 平均报价
    1 个竞标

    ... PR3 The file is in the google index and has PR and I want to 301 forward it in the .htaccess to here is my current .htaccess # Protect files and directories Order deny,allow Deny from all RewriteEngine On RewriteRule ^whats-new.php?$ [QSA,NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* [QSA,L] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^whats-new.php?$ /join [QSA,NC,L] lets bang this one out quickly I can 't get no help on #apache on efnet : ( ## Deliverables 1) Complete and fully-functional working

    $117 (Avg Bid)
    $117 平均报价
    3 个竞标

    ...the /www/wap/ folder ...but I would like people to enter the same domainname. [][1] - and get the WAP-site if they are on a cellularphone and the WEB-site if they are at the computer. I think using the htaccess file is the right way to do it, right?? ##### info ##### I found this somewhere so I guess it's possible. (I dont understand a word of it though) RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Windows CE [NC,OR] RewriteCond %{HTTP_USER_AGENT} BlackBerry [NC,OR] RewriteCond %{HTTP_USER_AGENT} NetFront [NC,OR] ##### info ##### I *was also considering doing it in the script and then redirect, but I think it can be done easier in the htaccess file, redirections always click alot in the speakers too. :)* I also found a

    $235 - $782
    $235 - $782
    0 个竞标
    Explain Rewrite mod 已经结束 left

    Explain how this .htacess file works: # Set directory index # DirectoryIndex # Enable URL rewriting RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l #RewriteRule .* [L] RewriteRule !.(gif|jpe?g|png|css|js)$ [L] ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the deliverables): a)? For web sites or? other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment

    $180 (Avg Bid)
    $180 平均报价
    4 个竞标

    My domain is inside of .htaccess you could see: Options +FollowSymLinks RewriteEngine On RewriteRule (.*)dir/(.+)/(.+).php /$$2-$3 RewriteRule (.*)dir/(.+)/(.+)/(.+).php /$$2-$3&s=$4 RewriteRule (.*)add/(.+)/(.+).php /$$2-$3 RewriteRule (.*)suggest/(.+)/(.+).php /$$2-$3 That means when i click: it should send me there instead it redirect me to the homepage. I used this script for more than 1 year in a different hosting and everithing worked fine with this .htaccess file as is now , i can't understand why here doesn't work, i need help to get this done. Thank you

    $117 (Avg Bid)
    $117 平均报价
    1 个竞标
    web .htaccess 已经结束 left

    Hey I have a .htaccess file the checks for a cookie , i want to add that if it does not find the cookie that it promts for username and password this has to be done at server level as it is being added to exsisting websites. so here is what I have so far both parts work on there own I want them to work in conjunction with each other. RewriteEngine on RewriteCond %{HTTP_COOKIE} !^.*access=granted.*$ [NC] RewriteRule .*$ domain [L] AuthUserFile AuthName "Members Only Area" AuthType Basic Require valid-user this should be as simple as can be for someone with experiance in .htaccess this is my first dabble at it and I don't have the time to wait please if you have an answear contact me.

    $594 (Avg Bid)
    $594 平均报价
    3 个竞标
    PHP or HTACCESS Redirect 已经结束 left

    Hello- this should be pretty easy, I'm just not a PHP expert. I built a new site, but the browsers and other websites link to my product pages using a query string link with old filenames. I need to redirect the queries to use the new filenames. How would I create this redirect? Example ---------- Old S...filenames. I need to redirect the queries to use the new filenames. How would I create this redirect? Example ---------- Old Site: New Site: I tried using .htaccess for redirection, but could not get it to work. I tried this: Options +FollowSymlinks RewriteEngine On RewriteRule ^$ ../ [L] Thanks, Robert

    $235 (Avg Bid)
    $235 平均报价
    3 个竞标

    We need the ability to run more than one "RewriteEngine On" command in one htaccess file using a conditional statement. Below you will find the contents of 2 different htacess files. They work fine on their own, but once combined, only one of them ever works. The first file is used for custom site, the second one is a simple ip cloak. Ideally, the command should check first for ip condition, else use the second rewrite option which works on the home page index.php. htaccess #1 ---------------------- DirectoryIndex RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) [L] htaccess #2 ----------------------------------- #start RewriteEngine On RewriteCond %{REMOTE_ADDR} Rewrit...

    $242 (Avg Bid)
    $242 平均报价
    3 个竞标

    ...][4] From [][5] to [][6] So I need a 301 to externally redirect the SE’s from the indexed URLs such as [][1] to the new URLs such as [][2] .htaccess is currently RewriteEngine On RewriteCond %{HTTP_HOST} ^ RewriteRule (.*) $1 [R=301,L] Options +FollowSymLinks RewriteRule p1-id-(.*).htm$ $1 RewriteRule showcat-category-(.*)-page-(.*).htm$ $1&page=$2 RewriteRule newreleases-category-(.*)-page-(.*).htm$ $1&page=$2 For someone that knows Apache this is obviously a

    $39 - $78
    $39 - $78
    0 个竞标
    103821 Dynamic URL 已经结束 left

    I need the following to happen: Sample situation User signs up under name "rider45" User is assigned the URL URL needs to really point to something like I am NOT looking for any other solutions like: I tried using: Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*) $1 But I just get a error. or the server keeps thinking.

    N/A
    N/A
    0 个竞标

    ...uk/cgi-bin/search/> I have tried including the dynamic URL and it does not work, the search script itself blocks it and says in the source cose that it will not include external or dynamic urls for security reasons. I even tried a mod_rewrite and it works in the browser but when trying to include it on the page it still does not work. The htaccess code I used was: RewriteEngine on RewriteRule ^(.*).txt <$1&mpr=5> So what I think I need is a system where whatever text file is requested from the search script the system will deliver a text file that requires the exact html from the dynamic URL. So if the search script had included the system would generate

    $743 (Avg Bid)
    $743 平均报价
    2 个竞标

    ...uk/cgi-bin/search/> I have tried including the dynamic URL and it does not work, the search script itself blocks it and says in the source cose that it will not include external or dynamic urls for security reasons. I even tried a mod_rewrite and it works in the browser but when trying to include it on the page it still does not work. The htaccess code I used was: RewriteEngine on RewriteRule ^(.*).txt <$1&mpr=5> So what I think I need is a system where whatever text file is requested from the search script the system will deliver a text file that requires the exact html from the dynamic URL. So if the search script had included the system would generate

    $235 - $782
    $235 - $782
    0 个竞标
    Apache mod rewrite 已经结束 left

    ...needs to be rewritten to: / The following rewrite for this works in an htacces file but not in the : RewriteEngine On RewriteRule ^[^/]+/faves/([^/]+)/([^/]+).html$ $1 [L] RewriteRule ^faves/([^/]+)/([^/]+).html$ $1 [L] Here it is in the <VirtualHost :80> ServerAdmin awarner@***.com DocumentRoot /sites/***.com/html ServerName ***.com ErrorLog /var/log/httpd/site3-error_log CustomLog /var/log/httpd/site3-access_log common <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^[^/]+/faves/([^/]+)/([^/]+).html$ $1 [L] RewriteRule ^faves/([^/]+)/([^/]+).html$ show

    $477 (Avg Bid)
    $477 平均报价
    9 个竞标

    Hi, i need to fix this little problem. I did mod rewrite to my script but in some links there is an error that you can see at here. Normal Url: problem. I did mod rewrite to my script but in some links there is an error that you can see at here. Normal Url: Rewrite Url: Fatal error: Call to a member function on a non-object in /home/izlebec/public_html/ on line 21 I changed my *.htaccess file like this: Options +FollowSymLinks RewriteEngine on RewriteRule ufriends/uid/(.*) $1 RewriteRule ufriends/uid/(.*)/ $1 I guess there is no error on htaccess file, error must be in file, i attached it.

    N/A
    N/A
    0 个竞标

    ...7.4 on my shared server. It's already installed, but there is a catch: I need to have the CleanURL feature of Drupal working. In other words should be reachable with: for example. See here: My hosting provider does not allow me to access , however they assure me, and I have tested turning on RewriteEngine with .htaccess works. When I have tried to turn on cleanURL, I get errors, however. I need you to reinstall drupal if necessary, or modify the .htaccess file so that CleanURL will work properly. Thanks! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition

    $133 (Avg Bid)
    $133 平均报价
    1 个竞标

    HI, I am using MOD_REWRITE in my htaccess file so all my profiles on my dating site can be found like this sitename/username where normally sitename/ is how you get there. Here is what i am using in my htaccess ----------------------- Options +FollowSymLinks RewriteEngine on RewriteRule ^([a-zA-Z0-9]+)$ /$1 [L] --------------------------------------------------- The above works GREAT!, Except 1 small complaint i got today in Email. It does not work with underscroes in useranames For instance the username Bigbrother_Top does not work due to the underscore _ But going to sitename/ works just fine but using the mod_rewrite and doing it this way sitename/Bigbrother_Top does not work it generates a 404 error. Does anyone know how

    N/A
    N/A
    0 个竞标

    I am having trouble telling apache to accept my profiles at instead of i have figured it out but then if you goto without entering anything after then it assumes your on page, so strange. This is what i added to .htaccess Options +FollowSymLinks RewriteEngine on RewriteRule ^([a-zA-Z0-9]*)$ /$1 [L] It works except if someone goes to i want it so it does not assume its on profile.php. So i am guessing there is a few other things that need adding to .htaccess that i am not aware of. If anyone can help, it be much appreciated. I am using AEDating 4.1 IQ script OS is centos Jeff

    $117 (Avg Bid)
    $117 平均报价
    1 个竞标

    ...modules. The job requires the following steps: 1. Backup the website. 2. Backup the MySQL Databases. 3. Backup the Crons. 4. Backup two files for php, you will find on the top of the file. (Zen and another one) 5. I will start the new installation for the server. 6. Put all back on the server. (Files + DB) 7. Install GD Graphics Library. 8. .htaccess file is not working, if I turn on ‘RewriteEngine On’ I get a “Internal Server Error??. I guess it is just one entry in the 9. FTP-Server: See also hidden Files (like .htaccess) and enable ‘continue upload’. 10. Automatic Backup of Website and Database every day. I will give you the login details for the backup server. Points 7-9 are the same like last time. I know the whole job is not this big and you ...

    $1993 (Avg Bid)
    $1993 平均报价
    2 个竞标
    RewriteRule regexp help 已经结束 left

    URL requests like should be rewritten to . I'm not too experienced with regexps; I'm probably just a bit off here in my .htaccess file: RewriteEngine on RewriteBase /r/ RewriteRule ^(.*?*.*)$ ?$1 If you're not familiar with RewriteRule's (Apache's mod_rewrite) and regexp's, please don't bid. ## Deliverables Deliver the correct .htaccess file, i.e., please correct what I show above. * * *I'm pretty flexible and easy to work with. I tried to make sure that this job is as completely specified as humanly possible. If you have **any** questions, *please* ask them! I have found that it is far better to risk a bit of embarrassment than to spend time working on an assumption which later proves to be wrong. Do not worry

    $16 (Avg Bid)
    $16 平均报价
    1 个竞标

    Hello! I am running a directory which generates html pages on the fly by using the following Apache rewrite: RewriteEngine On rewriteRule ^([^-]*).html$ $1%{QUERY_STRING} 1. I do not want to display .html files, but want the script to display subdomains instead. So should become Pages with spaces should be displayed with hyphens: should become: You should modify the script on my server + make the modifications in the zipped file I will sent you so I can use it on other domains as well. THanks for bidding!

    $391 (Avg Bid)
    $391 平均报价
    1 个竞标

    Hello! I am running a directory which generates html pages on the fly by using the following Apache rewrite: RewriteEngine On rewriteRule ^([^-]*).html$ $1%{QUERY_STRING} 1. I do not want to display .html files, but want the script to display subdomains instead. So should become Pages with spaces should be displayed with hyphens: should become: You should modify the script on my server + make the modifications in the zipped file I will sent you so I can use it on other domains as well. 2. I want to have the script auto-generate a xml file of the index page. There is a default index page, but I will change this on every site AFTER the script is uploaded. Thanks for bidding

    N/A
    N/A
    0 个竞标

    ..."bad%20toenail%", or "butterfly% "that need to be changed to "" and "". 2. I need the first letter in each word in the title tag This code needs to be added to my existing .htaccess file. If the existing code needs to be changed that is OK as long as it still all works. My current .htaccess file? which is: options all RewriteEngine on RewriteBase / RewriteRule clary /cgi-bin/ RewriteCond %{REQUEST_URI} ^(.*) (.*)$ RewriteRule ^.*$ %1-%2 [E=space_replacer:%1-%2] RewriteCond %{ENV:space_replacer} !^$ RewriteCond %{ENV:space_replacer} !^.* .*$ RewriteRule ^.*$ %{ENV:space_replacer} [R=301,L] RewriteRule .* /images/ [NC] RewriteRule .* /images/ [NC] RewriteRule

    $352 (Avg Bid)
    $352 平均报价
    5 个竞标

    ...htaccess file, the phpBB forum works. By the way, my in the phpBB forum has been renamed to because I had to keep it in the root directory for SEO purposes, and all necessary modifications have been made in the forum files to make that work. I guess my problem is in the .htaccess file. Here's my code in .htaccess below: Options All -Indexes Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) RewriteBase / RewriteRule [.]*-vf([0-9]*) {QUERY_STRING}&f=$1 RewriteRule [.]*-vp([0-9]*) {QUERY_STRING}&p=$1 RewriteRule [.]*-vt([0-9]*) {QUERY_STRING}&t=$1 RewriteRule [.]*-vc([0-9]*) {QUERY_STRING}&c=$1

    $391 (Avg Bid)
    $391 平均报价
    1 个竞标
    Mod Rewrite 已经结束 left

    Need a mod rewrite for .htaccess **using RewriteEngine** main url what the following to all point to [][1] Also when my google sitemap or search engine scans my site it will not pull the <> it will only list [][1] Thank you ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist

    PHP
    $63 (Avg Bid)
    $63 平均报价
    1 个竞标

    Hi! I need a small help for some installations in SuSE 9.3: (1) Install GD Graphics Library. Yast is installed, but I have some problems to get GD Library running. (2) .htaccess file is not working, if I turn on ‘RewriteEngine On’ I get a “Internal Server Error??. I guess it is just one entry in the (3) FTP-Server: See also hidden Files (like .htaccess) and enable ‘continue upload’. That's all. If you are experienced in Linux, this should be a quick and easy work for you. Thanks in advance. Jeffrey ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): ...

    $594 (Avg Bid)
    $594 平均报价
    5 个竞标
    38503 mod rewrite help 已经结束 left

    Simple job I need a mod rewrite htaccess file written that will rewrite all files except a few specific files you can start with: RewriteEngine On RewriteRule (.*) but I need the line of code to stop this code rewriting the files: and thanks

    $78 (Avg Bid)
    $78 平均报价
    1 个竞标
    mod_rewrite rule 已经结束 left

    RewriteEngine on RewriteCond %{HTTP_HOST} ^(www.)?(([^.]+).)?mydomain.com$ [NC] RewriteCond %3 !^(www)?$ [NC] RewriteRule ^$ /forums/%3/ [L] When I access <> the files are served from /forums/test which is correct. However, I also need <> to be served from /forums/test/whatever. Please modify/complete the rule accordingly. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be

    $31 (Avg Bid)
    $31 平均报价
    1 个竞标

    ...Imagemagick). The script protects a directory (e.g. ). Visitors are not able to access the directory from outside without verification first using the PHP login script. So the script uses Apache's .htaccess directives. HOWEVER i noticed that there is a major bug with the script as the secured directory is spoofable. The script uses the following htaccess directives, RewriteEngine on RewriteCond %{HTTP_REFERER} ! RewriteCond %{HTTP_REFERER} ! RewriteRule (.*) [R] As you can see it uses the HTTP_REFERER directive which isnt secure as it is easily spoofable using a program like Zspoof which you can download at I need someone to come with solutions and to fix this

    $78 (Avg Bid)
    $78 平均报价
    1 个竞标

    ...documentation for Apache users to show them how to configure Apache to make our software work properly with the Apache web server. We will not release the source code and really you do not need it. The job requires documentation and configuration not coding. It has been recommended we move the non-executable files to the Apache htdocs folder and add these lines to the .htaccess file in cgi-bin: rewriteengine on rewriterule ^/cgi-bin/PSFiles/(.*).(gif|JPG|html) /Files/$1.$2 [L] rewriterule ^/cgi-bin/(.*).(css|htm|html) /$1.$2 [L] Now on running the app this error is seen: Unhandled Exception: Cannot open file c:opensaapachecgi-binPSFiles ## Deliverables 1) Complete and fully-functional documentation in text form as well as complete source code of all work done. 2) De...

    $578 (Avg Bid)
    $578 平均报价
    2 个竞标
    mod-rewrite 已经结束 left

    Hi all, I am looking for a coder to write a mod-rewrite for me... for? URL friendly pages. The website uses php (The URL is [][1][][2]) and the template is here [http://personalized-gifts.cyber-cat...emplate/][3]) I tried this code without success: ___________________________________________________ RewriteEngine on RewriteCond %{HTTP_HOST} ^www.cyber-catalog.com RewriteRule ^/items/([A-Za-z]+)/$ /$1 RewriteRule ^/pid/([0-9]+)/$ /$1 RewriteRule ^/items/([0-9]+)/start/([0-9]+)/limit/([0-9]+)/$ /$1&start=$2&limit=$3 RewriteRule ^/start/([0-9]+)/limit/([0-9]+)/$ /$1&limit=$2 _____________________________________ The only thing I want is

    $31 (Avg Bid)
    $31 平均报价
    2 个竞标

    I'm using the following code to redirect my domains from to RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC] RewriteRule ^(.*)$ $1 [R=301,L] Is there a way I could use wild cards so that I could use the same htaccess file for all my domains rather than write a new file for each domain? e.g. RewriteEngine On RewriteCond %{HTTP_HOST} ^*wildcard*.com$ [NC] RewriteRule ^(.*)$ http://www.*wildcard*.com/$1 [R=301,L] I'm guessing it might involve $_SERVER['SERVER_NAME'] I'd prefer someone who is on MSN IM right now thanks for your help

    $156 (Avg Bid)
    $156 平均报价
    1 个竞标

    ...to create web directories (the free/$50 version, not the $700 version): Here's an example of one of my projects: I need mod_rewrite created to match the same functionality provided with the $700 script, which doesn't seem to work with the free/$50 script (.htaccess content follows): Options +FollowSymLinks RewriteEngine On RewriteRule (.*)dir/(.+)/(.+).php /$$2-$3 RewriteRule (.*)dir/(.+)/(.+)/(.+).php /$$2-$3&s=$4 RewriteRule (.*)add/(.+)/(.+).php /$$2-$3 RewriteRule (.*)suggest/(.+)/(.+).php /$$2-$3 As you can see, there are three main HTML areas of the directory: 1. 2. 3. Best, Kirk VandenBerghe

    $313 (Avg Bid)
    $313 平均报价
    1 个竞标
    66616 Cpanel/Wildcard DNS 已经结束 left

    ...(The server IP) Step 2: for the new account needs to have the following written: ServerAlias *. ServerAdmin DocumentRoot /home/domain/public_html BytesLog domlogs/ -bytes_log ServerName User domain Group domain CustomLog domlogs/ combined ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/ RewriteEngine off Currently the wildcard DNS is being added to the record manually via WHM after the account has been created and pico () via SSH. If a default can be set via cpanel then detailed instructions are needed to change it. If a script is needed to do it then I will need it written to be run independant that can be incorporated into a automated system later (to be determined). Currently

    $352 (Avg Bid)
    $352 平均报价
    1 个竞标
    htaccess help 已经结束 left

    This is a small item and hopefully will only take an experienced coder a few minutes to do. Please ensure that you can in fact figure this out before bidding. I have the following in my .htaccess file: RewriteEngine on RewriteCond %{REQUEST_URI} ^/index.html.* RewriteRule ^(.+) - [L] RewriteCond %{REQUEST_URI} ^/(.*)$ RewriteRule ^([A-Za-z0-9_]+)$ $1 Basically it changes into But I need to get it to process .html endings, so that /whatever/ goes to /whatever/ How can this be done? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition)

    $63 (Avg Bid)
    $63 平均报价
    1 个竞标

    I need your Help with below rewrite engine script to convert it to CGI-PERL script ---------------------------------------- RewriteEngine On RewriteLog logs/ RewriteLogLevel 1 RewriteCond %{HTTP_COOKIE} !.*userName.* RewriteCond %{REQUEST_URI} ^/abc/.*.htm.* [OR] RewriteCond %{REQUEST_URI} ^/abc/ RewriteRule ^/(.*) http://WebLogic:7001/admin/serveLogin [P] --------------------------------------- What this rewrite does is anyone who types URL or it will be redirected to WebLogic server on port 7001 which invokes servLogin page which authenticates username and password from oracle Database and if authentication is successful it allows that particular user to access the link. Also it generates cookies so that as long

    $227 (Avg Bid)
    $227 平均报价
    1 个竞标