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

[eluser]Yorick Peterse[/eluser]
[quote author="globule" date="1244749833"]Great work !!!

ISSUE 1 : I installed PyroCMS in a subdirectory and noticed all link were like this :
Quote:'...localhostpyro/news/2009/06/Example-news-article.html
I had to edit the confid file, line 14 :
Code:
$config['base_url']    = "http://".$_SERVER['SERVER_NAME'].'/'.str_replace( str_replace("\\", "/", $_SERVER['DOCUMENT_ROOT']), '', str_replace("\\", "/", str_replace(SELF, '', FCPATH)) );

I addition, here is my htaccess :
Quote:RewriteEngine on
RewriteBase /pyro

# Controleer of het geen bestaand directory is
RewriteCond %{REQUEST_FILENAME} !-d
# Controleer of het geen bestaand bestand is
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|media|maatschappijleer|mysqladmin|usage|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

#RewriteCond $1 !^(index\.php|public|user_guide|robots\.txt)
#RewriteRule ^(.*)$ /index.php?/$1 [L]

I didn't read all post in this thread so may be it is already fixed...

Twitter lib was not working because CURL was not installed on my PC (Linux Mint 6 Felicia - based on Ubuntu 8.10). Installing CURL solved this problem. Need a FAQ ?

Why no CMS CI based use parser lib ???
I have started a dev using it an templates are more simple with it ![/quote]

What do you mean with 'parser lib' ?


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 06-11-2009, 09:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB