Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6025

The requested URL /users/login was not found on this server in cakephp project of ubuntu

$
0
0

I have upload a complete cakephp project on ubuntu server here I used apache2.

My project worked properly in my locak server(xampp) but in server it showing this error:

The requested URL /users/login was not found on this server.

My project is located in var/www/html.

This is my .htdocs file:

<IfModule mod_rewrite.c>    RewriteEngine on    RewriteRule ^$ app/webroot/  [L]    RewriteRule (.*) app/webroot/$1 [L]</IfModule>

I need a proper solution.


Viewing all articles
Browse latest Browse all 6025

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>