Welcome Guest, Not a member yet? Register   Sign In
Not just another template system (with screencast)
#18

[eluser]coffak[/eluser]
Well I can't use joomla because of some restrictions from the project... Later I will take a look at joomla to see what is all about.

I made Phil's templates to work by editing the .htaccess file in the root folder. I add some code to the file but I don't have much time to understand why it was not working, I will do that later also. This is the code that I added to the file:

Code:
# RewriteCond %RewriteEngine On
# RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L]
# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Various rewrite rules.
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>

Regards


Messages In This Thread
Not just another template system (with screencast) - by El Forum - 11-06-2008, 09:21 AM
Not just another template system (with screencast) - by El Forum - 11-06-2008, 02:18 PM
Not just another template system (with screencast) - by El Forum - 11-06-2008, 05:13 PM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 07:25 AM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 08:26 AM
Not just another template system (with screencast) - by El Forum - 11-07-2008, 08:28 AM
Not just another template system (with screencast) - by El Forum - 10-11-2009, 07:47 AM
Not just another template system (with screencast) - by El Forum - 10-12-2009, 11:29 AM
Not just another template system (with screencast) - by El Forum - 10-12-2009, 11:32 AM
Not just another template system (with screencast) - by El Forum - 10-19-2009, 05:12 AM
Not just another template system (with screencast) - by El Forum - 10-19-2009, 05:49 AM
Not just another template system (with screencast) - by El Forum - 10-21-2009, 10:49 AM
Not just another template system (with screencast) - by El Forum - 04-08-2011, 08:41 AM
Not just another template system (with screencast) - by El Forum - 04-09-2011, 11:33 PM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 01:00 AM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 02:30 AM
Not just another template system (with screencast) - by El Forum - 04-10-2011, 02:33 AM
Not just another template system (with screencast) - by El Forum - 04-11-2011, 04:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB