Hi,
Thanks for the tips about the debugging log for the htaccess.
Here that I have in the logs when i access to http://www.example.com
[example.com/sid#e05840][rid#5a1eb40/initial] (3) [perdir /var/www/]
strip per-dir prefix: /var/www/ ->
[example.com/sid#e05840][rid#5a1eb40/initial] (3) [per
.*)$ index.php [QSA,L]
> ==
>
> gabriel
>
> On Jun 28, 12:23 pm, Mickael HOAREAU
> wrote:
>
> > Hello,
>
> > In the default .htaccess of symfony we have:
>
> > Options +FollowSymLinks +ExecCGI
>
> >
> > R
Hello,
In the default .htaccess of symfony we have:
Options +FollowSymLinks +ExecCGI
RewriteEngine On
# uncomment the following line, if you are having trouble
# getting no_script_name to work
#RewriteBase /
# we skip all files with .something
#RewriteCond %{REQUEST_URI} \..+$
#
Hi,
In the routing.yml, I would like to use an underscore as a separator
for the parameter.
rule_sample:
url: /article/:info-:datePublished_:id.html
param:{ module: cms, action: test }
options:
segment_separators: ['-', '/', '.', '_']
requirements:
info: ^([A-Za-z0-9\-]+)
Hi!
By default, all the models are defined inside of project_root/lib/
model/doctrine/.
That makes the model accessible for every applications inside of apps.
What about if i want to make one model accessible only for one app ?
(for example a model User with some special methods which should be