Top ".htaccess" questions

Directory-level configuration file used by Apache web servers.

What is L in [QSA, L] in htaccess

QSA means that if there's a query string passed with the original URL, it will be appended to the rewrite (…

.htaccess qsa
.htaccess "Options not allowed here"

I have this in my .htaccess: Options +FollowSymLinks And I get the following error in the apache error_log: .htaccess: …

.htaccess options httpd.conf
Laravel htaccess

I've setup a new install of Laravel on my local. It appears there are issues with htaccess or Apache settings. …

.htaccess laravel-4 laravel-routing
Password protect a specific URL

The site is on shared hosting. I need to password protect a single URL. http://www.example.com/pretty/url …

.htaccess password-protection
.htaccess, YSlow, and "Use cookie-free domains"

One of YSlow's measurables is to use cookie-free domains to serve static files. "When the browser requests a static image …

apache wordpress .htaccess joomla yslow
.htaccess & WordPress: Exclude folder from RewriteRule

I have this .htaccess file in WordPress. It's located at /public_html/ (web root). I need to exclude a folder (…

wordpress .htaccess mod-rewrite
.htaccess file gives 500 internal server error

I receive 500 internal server error on my website. I think this is because of .htaccess file, but I don't know …

.htaccess internal-server-error
.htaccess redirect from site root to public folder, hiding "public" in URL?

Bellow is my site directory structure: htdocs/ My-Project/ public/ index.php css/ img/ js/ src/ config.php templates/ library/ I …

php regex apache .htaccess mod-rewrite
handle multiple domains with Access-Control-Allow-Origin header in Apache

I want to configure apache for cross-domain access header. I have tried multiple combination as suggested on number of threads …

apache .htaccess http cross-domain cors
How can I use htaccess to redirect paths with a wildcard character

I have a site I recently upgraded. The old site had a calendar that created hundreds of pages, on the …

.htaccess redirect mod-rewrite