Top ".htaccess" questions

Directory-level configuration file used by Apache web servers.

How Can I Remove “public/index.php” in the URL Generated Laravel?

I need to remove index.php or public/index.php from the generated URL in Laravel; commonly path is localhost/…

php .htaccess laravel laravel-4 laravel-routing
Apache: client denied by server configuration

I am getting [Tue Apr 24 12:12:55 2012] [error] [client 127.0.0.1] client denied by server configuration: /labs/Projects/Nebula/bin/ My directory structure looks …

apache .htaccess
htaccess remove index.php from url

I have a problem whereby google has indexed some pages with the wrong url. The url they are indexing is: …

apache .htaccess mod-rewrite
.htaccess redirect http to https

I have an old url (www1.test.net) and I would like to redirect it to https://www1.test.net …

apache .htaccess
The requested URL /about was not found on this server

The home page of my wordpress website seems to be displaying correctly but if you click through to any of …

wordpress .htaccess wordpress-theming
.htaccess rewrite subdomain to directory

Is it possible to use .htaccess to rewrite a sub domain to a directory? Example: http://sub.domain.com/ shows …

apache .htaccess url-rewriting dns subdomain
How to prevent http file caching in Apache httpd (MAMP)

I am developing a single page Javascript application in MAMP. My JavaScript and HTML template files are getting cached between …

apache .htaccess http-headers mamp
How do I manually create a file with a . (dot) prefix in Windows? For example, .htaccess

I want to create a .htaccess file manually and discovered it seems impossible through the Windows UI. I get a "…

windows .htaccess windows-xp filenames
Htaccess: add/remove trailing slash from URL

My website runs a script called -> WSS wallpaper script My Problem -> I have been trying to …

php apache .htaccess mod-rewrite
CodeIgniter htaccess and URL rewrite issues

I have never used CodeIgniter before, let alone ANY php framework and I thought I would give it a try. …

php .htaccess codeigniter