removing index.php from url?

Author Message

M Unicorn

Tuesday 19 May 2009 11:39:21 am

I've tried adding:
ForceVirtualHost=enabled to the [SiteAccessSettings] for /settings/siteaccess/<mysite>/site.ini.append.php and then in /settings/override/site.ini.append.php.

And this is my virtual host setup

<IfModule mod_php5.c>
php_admin_flag safe_mode Off
php_admin_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value allow_call_time_pass_reference 0
</IfModule>

DirectoryIndex index.php

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule content/treemenu/? /index_treemenu.php [L]
Rewriterule ^/var/storage/.* - [L]
Rewriterule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
Rewriterule ^/share/icons/.* - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
Rewriterule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
RewriteRule ^/favicon\.ico - [L]
RewriteRule ^/robots\.txt - [L]
# Uncomment the following lines when using popup style debug.
# RewriteRule ^/var/cache/debug\.html.* - [L]
# RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
RewriteRule .* /index.php
</IfModule>

cleared cache each time,

Can anyone tell me what I'm doing wrong?

Steven E. Bailey

Tuesday 19 May 2009 12:46:02 pm

Are you ABSOLUTELY sure that mod_rewrite is enabled?

Edit:

Actually, the rewrite rules aren't going to be the problem if

http://<url>/<x>/<y>/<z>

resolves.

All the rewrite rule is doing is converting http://<url>/<x>/<y>/<z> internally to
http://<url>/index.php/<x>/<y>/<z>

I'm guessing then that it's the index.php in links on the pages that you go to without the index.php?

Certified eZPublish developer
http://ez.no/certification/verify/396111

Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com

scrieler _

Wednesday 20 May 2009 12:54:16 am

heya,

try this

[SiteAccessSettings]
ForceVirtualHost=true

best regards

M Unicorn

Wednesday 20 May 2009 8:54:24 am

I added ForceVirtualHost=<b>true</b> to my site.ini and all seemed to break (btw, shouldn't enabled=true in ini language?). A bit more searching shows I didn't have mod_rewrite being loaded in apache... Fixed that and reversed some trial and error settings I made and it is now serving out pages the way I would like :).

You were both right :), thanks for the help

m.unicorn...

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 04:23:19
Script start
Timing: Jan 31 2025 04:23:19
Module start 'layout'
Timing: Jan 31 2025 04:23:19
Module start 'content'
Timing: Jan 31 2025 04:23:19
Module end 'content'
Timing: Jan 31 2025 04:23:19
Script end

Main resources:

Total runtime0.0136 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0044 588.1328151.2109
Module start 'layout' 0.00440.0021 739.343836.6484
Module start 'content' 0.00650.0059 775.992294.1406
Module end 'content' 0.01250.0011 870.132833.9922
Script end 0.0136  904.1250 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002015.0508140.0001
Check MTime0.00107.2898140.0001
Mysql Total
Database connection0.00064.423610.0006
Mysqli_queries0.002316.776530.0008
Looping result0.00000.080610.0000
Template Total0.00096.310.0009
Template load0.00074.973710.0007
Template processing0.00021.345510.0002
Override
Cache load0.00053.446010.0005
General
dbfile0.002317.232080.0003
String conversion0.00000.050840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs