Code Monkey home page Code Monkey logo

Comments (4)

sallespromanager avatar sallespromanager commented on May 23, 2024

Hi Rodrigo,

I had the same issue and after setting the RewriteBase in backend/www .htaccess If you are in a sub folder of your web root, it did work.

Antonio, i suggest to make the initial configuration Wiki much less verbose and please make sure this .htaccess RewriteBase comment on it.

I was installing Boilerplate to use Yii-SES and it was very hard to get to this point.

Thanks for your excellent work in all Yii extensions !

[]'s Rafael

from yiiboilerplate.

rsn86 avatar rsn86 commented on May 23, 2024

Hi Rafael,

Yassen solved my problem, take a look at:
http://www.yiiframework.com/wiki/374/yiiboilerplate-setup-a-professional-project-structure-in-seconds/#c11366

You must enable "AllowOverride All" for the www directories (backend, frontend, ...) in apache config

Regards,
Rodrigo

from yiiboilerplate.

leo4all avatar leo4all commented on May 23, 2024

Having same issue,

.htaccess
allow from all

RewriteBase /home/content/a/f/c/afc/html/folder/backend/www

Still doesnt work.

from yiiboilerplate.

rsn86 avatar rsn86 commented on May 23, 2024

leo4all

Assuming you are using Apache, on apache's config you should enable "AllowOverride All" for your www directories

Something like this:

<Directory /home/content/a/f/c/afc/html/folder/backend/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all

from yiiboilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.