Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Phil Sturgeon[/eluser]
Summary of the problem here guys? What is the issue with index.php?

And globule, there are a MILLION tutorials to remove index.php, but I have already done it for you on Apache.

Anyhow, old lins with .html on the end were breaking. I have modified .htaccess file to support users landing on these links, then all new links are made without .html. This should make for cleaner URL's without breaking existing bookmarks.

If somebody can get the .htaccess working with a301 redirect that would be sweet, but for me it would break the second I changed:

Code:
RewriteRule ^(.*)\.html$ index.php/$1 [L]

to

Code:
RewriteRule ^(.*)\.html$ index.php/$1 [L,R=301]

Ahh well!

[eluser]globule[/eluser]
Here is my french translation.
Unzip it to a temp folder and open the reamde file.

Please go on developping Pyro and make it a must-have CMS !

[eluser]globule[/eluser]
[quote author="Phil Sturgeon" date="1246568670"]And globule, there are a MILLION tutorials to remove index.php, but I have already done it for you on Apache.[/quote]

Sorry, I did it right for CI but I can't reach to do it with HMVC structure...
I'm not familiar with url-rewritng but I tested many things on my linux server and my Synoogy NAS without success.
It seems (but I might be wrong) I already did on my previous install but this HD is dead :-S
It is not urgent so I will digg a little bit further in this forum & wiki (+google) ;-)

[eluser]davidbehler[/eluser]
If you are using Apache it's quite easy to get rid of the index.php by simply creating/editing the .htaccess file, but if you are like me using lighttpd it's not that easy (atleast as far as i know). You have to edit a lighttpd config file and maybe even restart the server to make it work. And with lighttpd it's another syntax, can't simply copy the lines from htaccess file. Sad

But that's not a pyrocms related problem.

[eluser]BenneX[/eluser]
Just use xampp from http://www.apachefriends.org. It's pretty simple to install and to use Wink

[eluser]globule[/eluser]
Phil, there was 2 problems :

1. AllowOverride was set to None in my VirtualHost
2. My logs told me you there is a mistake in your post : a missing space !

So don't only take care of your /etc/apache/apache2.conf but test your virtual hosts files too !
2nd thing : sites available are not always sites enabled (it is the same for mods) make symboli links from enalbled to available if you want to enable an available site.

Pfiuuuu... it's a long way to become a "master" admin !!!! :lol:

[eluser]globule[/eluser]
[quote author="BenneX" date="1246574056"]Just use xampp from http://www.apachefriends.org. It's pretty simple to install and to use Wink[/quote]

Why should I do simple when I can do complicated ?

[eluser]Yorick Peterse[/eluser]
[quote author="globule" date="1246575856"][quote author="BenneX" date="1246574056"]Just use xampp from http://www.apachefriends.org. It's pretty simple to install and to use Wink[/quote]

Why should I do simple when I can do complicated ?[/quote]
Because it saves you time.

[eluser]nhockiki86[/eluser]
Phil, i go to your github and download the current version.
But on IE 7 it still problem.
jquery tab is wrong may be it isn't loaded
and error in line 92 : expected identifier , string or number.

[eluser]Phil Sturgeon[/eluser]
[quote author="globule" date="1246575767"]My logs told me you there is a mistake in your post : a missing space[/quote]

Where should this space go? Also, check the updated version of that .htaccess. I pushed the new version to github and posted it on that post.




Theme © iAndrew 2016 - Forum software by © MyBB