Rewriteengine jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    435 rewriteengine jobs found, pricing in CAD

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

    $83 (Avg Bid)
    $83 Avg Bid
    9 bids

    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 bids

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

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

    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 bids

    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

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

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

    $347 (Avg Bid)
    $347 Avg Bid
    2 bids

    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

    $3 (Avg Bid)
    $3 Avg Bid
    1 bids

    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!

    $68 (Avg Bid)
    $68 Avg Bid
    1 bids

    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 bids

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

    $61 (Avg Bid)
    $61 Avg Bid
    5 bids

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

    $68 (Avg Bid)
    $68 Avg Bid
    1 bids

    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
    $11 (Avg Bid)
    $11 Avg Bid
    1 bids

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

    $103 (Avg Bid)
    $103 Avg Bid
    5 bids

    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

    $14 (Avg Bid)
    $14 Avg Bid
    1 bids

    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

    $5 (Avg Bid)
    $5 Avg Bid
    1 bids

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

    $14 (Avg Bid)
    $14 Avg Bid
    1 bids

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

    $101 (Avg Bid)
    $101 Avg Bid
    2 bids

    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

    $5 (Avg Bid)
    $5 Avg Bid
    2 bids

    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

    $27 (Avg Bid)
    $27 Avg Bid
    1 bids

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

    $54 (Avg Bid)
    $54 Avg Bid
    1 bids

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

    $61 (Avg Bid)
    $61 Avg Bid
    1 bids

    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)

    $11 (Avg Bid)
    $11 Avg Bid
    1 bids

    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

    $39 (Avg Bid)
    $39 Avg Bid
    1 bids

    ...mod_rewrite tak, że adresy przepisuje na Z powodu błędu przechwytuje on także linki, w których "pl" występuje więcej niż raz (np. ) - zależy mi aby w takim przypadku webserver kierował do a kieruje do Poniżej cała zawartość htaccess RewriteEngine On RewriteRule ^(.*).html$ $ [nc] RewriteRule ^/?(eu|pl|us|en|de)/blog/(.*)$ $2&lang=$1 [nc] RewriteRule ^blog/(.*)$ $1 [nc] RewriteCond %{THE_REQUEST} "^[^ ]* .*?.php[? ].*$" RewriteRule .* - [L,R=404] RewriteCond %{THE_REQUEST} !HTTP/(0.9|1.[01])$ RewriteRule .* - [F] RewriteRule ^/?(eu|pl|us|en|de)/?$ /$1 [nc] RewriteRule ^/?(eu|pl|us|en|de)/(

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

    Necesito modificar el fichero .htaccess, para que haga una dirección 301 Necesito que cuando alguien entre en: - --> - --> Adjunto el actual: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC] RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L] </IfModule>

    $37 (Avg Bid)
    $37 Avg Bid
    5 bids

    ...jest przekierowanie 301 zrobione w pliku .htaccess, żeby każdy adres z /en/ został przekierowany na odpowiadający mu /pl/. Musi być to zrobione w stosunku jeden do jeden czyli, np. nazwa strony/en/8-rolkarstwo była przekierowana na nazwa strony/pl/8-rolkarstwo itd. Ważnym jest, aby pod uwagę wziąć również strony kategorii i inne. Przykładowa formuła do .htaccess z przekierowaniem: RewriteEngine On Redirect 301 /en/8-rolkarstwo /pl/8-rolkarstwo Redirect 301 /en/meskie/ /pl/buty-do-biegania-meskie/2795-buty-do-biegania-mizuno- i tak dalej. 2. Dodawanie produktów do strony a) Czasami po próbie zapisania produktu na stronie znika część wypełnionych pól – w tym przypadku nazwa – zał. 2 b) Po

    $449 (Avg Bid)
    $449 Avg Bid
    9 bids

    Witam. Potrzebuje zmodyfikować plik .htaccess w moim sklepie. Plik obecnie wygląda tak: ------------------------------------------------------------------- RewriteEngine On #przekierowanie 301 dkla google dla mojej domeny RewriteCond %{HTTP_HOST} ^$ RewriteRule ^(.*) $1 [QSA,L,R=301] RewriteRule ^(.*).htm$ $ [QSA] # # RewriteRule ^product-([^-]*)-([^-]*)-([^.]+).html$ ;lang=$1&id=$2 [L,QSA] RewriteRule ^cat-([^-]*)-([^-]*)-([^.]*).html$ ;lang=$1&m=$2 [L,QSA] # przy wywołaniu # zostanie uruchomiony $1&parametr=2 #RewriteRule ^(.*).php$ $1 [QSA] -----------

    min $3
    min $3
    0 bids

    Mam taki wpis w htaccess: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . / [L] </IfModule> # END WordPress potrzebuję go rozbudować tak aby blokować cały ruch pochodzący z botów, w tym googlebot

    $7 (Avg Bid)
    $7 Avg Bid
    1 bids

    Szukam osoby, która szybko przepisze następujący kod na rewrite w serwerze lighttpd: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1 [L] RewriteCond %{HTTP_HOST} ^ RewriteRule (.*) $1 [R=301,L] RewriteCond %{HTTP_HOST} ^$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1 [L] RewriteCond %{HTTP_HOST} ^(.*?).$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) $1 [R=301,L]

    min $3
    min $3
    0 bids

    Witam, plik htaccess z przekierowaniem 301 wygląda tak: RewriteEngine On RewriteCond %{HTTP_HOST} ^ RewriteRule ^(.*)$ $1 [R=301,L] chcę wstawić blog na , jednak przeglądarki wyrzucają błąd o błędnym sposobie przekierowania. Zlecenie - poprawa htaccess tak, żeby odnośnik by funkcjonalny :) Pozdrawiam, P.

    min $3
    min $3
    0 bids

    Witam serdecznie Potrzebuje pomocy w skonfigurowaniu pliku .htaccess pod serwer Apache 2.2 (w ) plik wygląda następująco RewriteEngine off php_flag zend.ze1_compatibility_mode off RewriteRule !.(js|ico|gif|jpg|png|css|swf)$ # MAGIC QUOTES php_value magic_quotes_gpc off php_value magic_quotes_runtime off

    min $3
    min $3
    0 bids

    Posiadam plik htacess o takim kodzie: RewriteEngine on RewriteBase / RewriteRule strona/(.*)/numer/(.*)/polozenie/(.*)$ /$1&start=$2&id_location=$3 RewriteRule strona/(.*)/numer/(.*)/miasto/(.*)$ /$1&start=$2&city=$3 RewriteRule strona/(.*)/numer/(.*)/tagi/(.*)$ /$1&start=$2&tags=$3 RewriteRule oferta/(.*)/foto/(.*)$ /$1&image=$2 RewriteRule strona/(.*)/numer/(.*) /$1&start=$2 RewriteRule oferta/(.*)$ /$1 [NC,L] RewriteRule dalej/(.*)$ /$1 RewriteRule logout/(.*)$ /$1 RewriteRule strona/(.*)$ /$1 Lecz nie działa on zgodnie z dyrektywami serwera Lighttpd: :modrewrite

    min $3
    min $3
    0 bids

    Napisanie reguly .htaccess opis ponizej. Termin jak najszybciej. Prosze o podanie ceny. Przenioslem ----> do /root ---> i w tej chwili glownym adresem jest ---> Wyniki wyszukiwania zwracaja duza ilosc starych linkow: regule .htaccess dla pliku umieszconego w katalogu /shop przepisujaca np: na lub inny przyklad na W tej chwili w katalogu shop umiescilem plik: RewriteEngine On RedirectMatch ^/shop/index.php.*

    $5 (Avg Bid)
    $5 Avg Bid
    1 bids

    chciałem zrobić przekierowanie z: ;module=post&section=post&do=new_post&f=2&get_title=tytu_posta&get_post=tresc posta na ;do=new_post&f=2&get_title=tytul_posta&get_post=tresc_posta to niestety nie działa: RewriteEngine On RewriteCond %{HTTP_HOST} ^ttp://xxx.pl/;module=post&section=post&do=new_post&$ [NC] RewriteRule ^(.*)$ http://www.xxx.pl/;do=new_post&/$1 [R=301,L]

    min $3
    min $3
    0 bids

    ...subdomeny; nazwy utworzonych katalogów skrypt musi pobrać z pliku .txt w którym będą podane nazwy katalogów, odzielone będa ; np jeden; dwa; trzy; następnie do wszystkich utworzonych katalogów musza zostać przerzucone pliki z katalogu w którym będą sie znajdować, np glowny; do tego wszystkiego musi zostac wygenerowany plik .htaccess o następującym wyglądzie ErrorDocument 404 / RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} RewriteCond %{REQUEST_URI} !jeden/ RewriteRule ^(.*)$ jeden/$1 [L] RewriteCond %{HTTP_HOST} RewriteCond %{REQUEST_URI} !dwa/ RewriteRule ^(.*)$ dwa/$1 [L] RewriteCond %{HTTP_HOST} RewriteCond %{REQUEST_URI} !trzy/ RewriteRule ^(.*)$ trzy/$1 [L] oraz plik .txt z

    $8 (Avg Bid)
    $8 Avg Bid
    1 bids