logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4 Rewrite rules broken
Author
robert123



Joined: 04 Jul 2013
Posts: 1

PostPosted: Thu 04 Jul '13 17:14    Post subject: Apache 2.4 Rewrite rules broken Reply with quote

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

PostPosted: Tue 16 Jul '13 19:49    Post subject: Reply with quote

You may apache error log to debug.
Back to top


Reply to topic   Topic: Apache 2.4 Rewrite rules broken View previous topic :: View next topic
Post new topic   Forum Index -> Apache