Top ".htaccess" questions

Directory-level configuration file used by Apache web servers.

.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

I have this error when trying to browse php files locally [Fri Apr 13 19:16:40 2012] [alert] [client 127.0.0.1] C:/AppServ/www/hr-website/.htaccess: …

apache .htaccess
How do I disable directory browsing?

I want to disable directory browsing of /galerias folder and all subdirectories Index of /galerias/409 * Parent Directory * i1269372986681.jpg * i1269372986682.…

apache .htaccess
Enabling error display in PHP via htaccess only

I am testing a website online. Right now, the errors are not being displayed (but I know they exist). I …

php .htaccess error-handling
CodeIgniter removing index.php from url

My current urls look like this [mysite]index.php/[rest of the slug]. I want to strip index.php from …

php .htaccess codeigniter apache2
htaccess Access-Control-Allow-Origin

I'm creating a script that loads externally on other sites. It loads CSS and HTML and works fine on my …

.htaccess cors cross-domain
.htaccess deny from all

I have copied one of my old applications and renamed it to New_application. I want to access .htaccess file …

.htaccess
Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04

I have installed Laravel many times on Windows OS but it never occurred this type of problem. This 500 internal server …

php apache .htaccess ubuntu mod-rewrite
Redirect all to index.php using htaccess

I am writing a simple PHP-based MVC-ish framework. I want this framework to be able to be installed in any …

php .htaccess mod-rewrite
How to set upload_max_filesize in .htaccess?

I have try to put theese 2 lines php_value post_max_size 30M php_value upload_max_filesize 30M in …

php .htaccess
Increase max execution time for php

I have added set_time_limit(0); function to increase execution time but its executing only 2-3 minutes maximum. error_reporting(…

php .htaccess scripting php-ini