Skip to main content

Questions tagged [rewrite]

0 votes
1 answer
64 views

How can I do the tabs' trick to type the "@" or "At" symbol while writing thru ParrotOS? With the OS, I've been having issues setting the @ symbol for email transfer, and I need ...
David Martínez's user avatar
0 votes
0 answers
227 views

please hlep with this script... i want convert htaccess rewrite rules script to nginx config. .htaccess: AddDefaultCharset utf-8 <IfModule mod_rewrite.c> RewriteEngine on RewriteCond $1 !^(index\...
truefriend-cz's user avatar
1 vote
0 answers
614 views

I need remove a parameter from urls with htaccess from 1) http://example.com/?id=126:&catid=89 2) http://example.com/page?id=126:&catid=89 to 1) http://example.com/ 2) http://example.com/page ...
Paul James's user avatar
0 votes
2 answers
791 views

If ROM is non-volatile memory, that means it can not be erased, rewritten, or modified. Then why can data, e.g. a song or photo, in a phone having 64GB ROM, be deleted or replaced with new data?
Nitin Kumar's user avatar
1 vote
1 answer
270 views

I am trying to do the following, and maybe I'm just stuck on a stupid syntax error. old site had a sub-site called database, so we had: www.example.com (getting entirely replaced ) www.example.com/...
Kenshin's user avatar
  • 13
0 votes
1 answer
2k views

We are moving our site from Apache to Nginx. So far, the rules that we have converted from .htaccess rules to nginx are working fine but this particular rule is giving me a hard time. I've tried ...
Axel's user avatar
  • 147
1 vote
1 answer
3k views

I have a strange task and I have no idea can I do it or not. Nginx gets request by url Nginx must remove from url characters by regex And Nginx must serve file with that name For example: Request /...
Georgy's user avatar
  • 113
0 votes
0 answers
37 views

Each domain has own .conf file in NGINX. Now, I have one root project in /var/www/html/myproject/public and I want to rewrite the given domains that fall under specific URI, so having server_name ...
undefinedman's user avatar
1 vote
1 answer
310 views

Assume we are talking about a run-of-the-mill USB flash drive (which may or may not do wear leveling) and a "dumb" filesystem that isn't especially optimized for flash memory (like FAT32, etc.) The ...
Kitten's user avatar
  • 113
1 vote
1 answer
691 views

I have a problem with apache. My site has these rules now: RewriteCond %{HTTP_ACCEPT} text/html [NC] RewriteCond %{HTTP_HOST} ^mysqite\.com [NC] RewriteRule .* path/to/html/my.html [L] I need create ...
Win32Sector's user avatar
2 votes
1 answer
662 views

I am attempting to setup multiple dokuwiki's but I am really struggling... I can set up one with relative ease but I would like to make use of the farm concept ( https://www.dokuwiki.org/farms ). The ...
Naib's user avatar
  • 264
0 votes
0 answers
2k views

Lately I've installed a SSL certificate for a website on a IIS 7.5 webserver. Then i set up a URL rewrite rule to rewrite HTTP to HTTPS. So far almost everything is working except for one thing. If i ...
Gforse's user avatar
  • 161
0 votes
1 answer
1k views

Thanks in advance for any help provided. Update: Tanks to Gerard H. Pille, Adrien replies and some logs investigations I've come to transforming question a bit. Now I firmly realize that final slash ...
Denis.Z's user avatar
  • 11
0 votes
2 answers
3k views

System: CentOS 6.8 with Centos Web Panel Server: Apache Server IP: 10.0.0.150 I have public URL of sub.domain.com/folder and I need to Proxy/Rewrite/Map to 10.0.0.253/folder. I want sub.domain.com/...
Matt Markevičius's user avatar
0 votes
1 answer
3k views

I want to rewrite a url containing a specific variable path, for one specific user ip only. http://domain.com/variable Should become: http://domain.com/variable/system However, if there is another ...
The Mane's user avatar

15 30 50 per page