Top ".htaccess" questions

Directory-level configuration file used by Apache web servers.

Directory index forbidden by Options directive

I'm using the dompdf plugin for codeigniter: http://codeigniter.com/wiki/PDF_generation_using_dompdf/ to generate pdfs from a …

php apache .htaccess codeigniter
Force SSL/https using .htaccess and mod_rewrite

How can I force to SSL/https using .htaccess and mod_rewrite page specific in PHP.

php .htaccess mod-rewrite ssl https
How to automatically redirect HTTP to HTTPS on Apache servers?

Environment Centos with apache Trying to setup automatic redirection from http to https From manage.mydomain.com --- To ---&…

linux apache .htaccess webserver httpd.conf
How to check whether mod_rewrite is enable on server?

Currently I am using the hosting with lightspeed server. Hosting says mod_rewrite is enabled but I can't get my …

php .htaccess mod-rewrite url-rewriting lightspeed
deny direct access to a folder and file by htaccess

Here is the scenario: There is a index.php file in root folder some files are included in index.php …

php regex apache .htaccess mod-rewrite
.htaccess not working apache

I have a server from AWS EC2 service running on Linux ubuntu and I have installed apache, php, and mysql. …

apache .htaccess amazon-ec2 amazon-web-services apache-config
No input file specified

I'm running Anchor CMS and I just upgraded to version 0.8. When I try and run the installer I get a …

php apache .htaccess mod-rewrite anchor-cms
URL rewriting with PHP

I have a URL that looks like: url.com/picture.php?id=51 How would I go about converting that URL …

php .htaccess url mod-rewrite url-rewriting
Laravel 5 – Remove Public from URL

I know this is a very popular question but I haven't been able to find a working solution for Laravel 5. …

php .htaccess laravel mamp laravel-5
How to remove .html from URL?

How to remove .html from the URL of a static page? Also, I need to redirect any url with .html …

html .htaccess