Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8301633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:02:09+00:00 2026-06-08T17:02:09+00:00

I got the cakePHP and I have the following error. URL rewriting is not

  • 0

I got the cakePHP and I have the following error.

URL rewriting is not properly configured on your server. 1) Help me configure it 2) I don’t / can’t use URL rewriting

The odd thing is that it is working fine on my laptop and it is not working on my desktop pc. I copy the whole thing from my laptop and paste it on the desktop and that error is shown.

Any ideas to solve? I follow the steps to solve but it is the same problem. My cakePHP version is 2.0 above.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T17:02:11+00:00Added an answer on June 8, 2026 at 5:02 pm

    You can Check first your rewrite mode is on or not in apache/conf/httpd.conf file.
    check below code in httpd.conf file:

    LoadModule rewrite_module modules/mod_rewrite.so
    

    Hash remove in this line and restart Apache server:

    #sudo service apache2 restart
    

    After that you can set below code in your cakephp .htaccess file:

    <IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteBase /YourPath/
        RewriteRule    ^$    app/webroot/      [L]
        RewriteRule    (.*)  app/webroot/$1    [L]       
     </IfModule>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been working in CakePHP and I got the following problem. I have a
OSX machine running MAMP. CakePHP 2.2.1 installed and configured properly (meaning that I have
How does CakePHP deal with tables that don't have an id column? HABTM is
I'm a newbie to CakePHP but got strange error. I'm just testing it, how
I got app that need to be recoded in CakePHP. I got following select
CakePHP does not have a built in mechanism for handling reordering of records, as
I've got a model in CakePHP that doesn't have a table, called Upload. I've
I've got a scaffold built for CakePHP, but need to have a way for
Asking this question here because in CakePHP google group got no answer.I have the
I've got a CAKEPHP app which has the following rewrite rules in the .htaccess

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.