Currently this is in my .htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /dev/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FI
Would love any help on this. It's confusing me! This started happening suddenly and I'm not really sure why. When you type my website address, https://www.examp
Would love any help on this. It's confusing me! This started happening suddenly and I'm not really sure why. When you type my website address, https://www.examp
My goal is this: We have site that lives in a webroot which is /web. It contains the .htaccess file but we want to serve up the content from /web/content but we
Have been trying to write a redirect rule with query string but did not succeed. I have the URL example.com/blog/?page=1 or example.com/blog/?hello, so it does
We recently migrate our new website and we need to adjust htaccess to avoid 404 error with the search engine, The website was a Multilanguage site we decided to
I have a website, which is a one-pager JS-based site. It has different "subsites" and "categories", but since everything is controlled via JS, and since there a
I try to use a simple 301 redirect from domain1.com/folder/ to domain2.com/ but excluding domain1.com/folder/subfolder I use the following code in .htaccess: Re
Is there a way to redirect the URL as follows: URL is generated based on a filtering system so it is like this https://example.com/product-category-no-slash-gen
I need to rewrite the rule for my url according to this pattern: Starting url : https://example.com/path/¶m1=1¶m2=2 Destination url: https://exa
.htaccess # Security Headers <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header set X-Frame-Options "SAMEORIGIN" Head
I need to do some apache rewrite/redirect rules to external webservice in case of 404 error for specific file extensions: .jpg, .png, etc. Wordpress is used her
I'm trying to find a solution for changing root to default to subdirectory_1, but when where is no file/directory inside subdirectory_1, redirect all request to
I have 2 domains in the same hosting, inside the folder public_html stay the folders and the index.php from the domain principal and inside the public_html have
"Pretty links" is an often requested topic, but it is rarely fully explained. mod_rewrite is one way to make "pretty links", but it's complex and its syntax is
I want to check if the URL has control character code like 0x00,0x01..0x1f and 0x7f example.com/test.php?status0x01Http../ If it has need to redirect to 404 pa
I have a standard Apache 2 setup on an Ubuntu Server. I basically block almost everything from the outside world, but it is still open to friends and family fo
I want to redirect my old url https://mysite1.com/#!/page1 to new url https://mysite2.com/page1, other answers did not help, tried. <rule nam
Will someone please explain to me why flushing doesn't work in my case. I added a custom settings page with a default value, but it doesn't work when I hit save
I'm running PS 1.7.3.4 on ubuntu 16.04.4 x64 with LAMP (php 7.1) I've enabled friendly URL right after the installation of my shop. From index.php it then cha