Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache 2.4 Rewrite rules broken |
|
Author |
|
robert123
Joined: 04 Jul 2013 Posts: 1
|
Posted: Thu 04 Jul '13 17:14 Post subject: Apache 2.4 Rewrite rules broken |
|
|
I got a trouble with a server upgrade on GoDaddy.
Once the server was upgraded from Apache 2.2 to Apache 2.4 all URL of the site now redirect to have /index.php/ inserted between domain and /folder. What redirect rule will get rid of this issue? Currently there are two in .htaccess file:
RewriteRule ^$ public/index.php [L]
and
RewriteRule ^(.*)$ public/index.php?route=$1 [QSA,L]
I tried to simply delete these lines and got 500 server error, so they are needed for something, but no longer work as intended.
Thanks |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 16 Jul '13 19:49 Post subject: |
|
|
You may apache error log to debug. |
|
Back to top |
|
|
|
|
|
|