please somebody help me.
I want create intro before index.php in my website.
I want create intro before index.php in my website.
my blog : http://aroeltsm.blogspot.com , http://www.themesoca.com
from what i've learned, i modify .htacess header with these code.
index.html/htm/ anything that your server supports. hope it helps 
Code: Select all
DirectoryIndex index.html, index.php

can you show me, your sample .htaccess??johnnet wrote:from what i've learned, i modify .htacess header with these code.index.html/htm/ anything that your server supports. hope it helpsCode: Select all
DirectoryIndex index.html, index.php
still error for access web.
Last edited by tsm on Fri Jan 07, 2011 10:01 pm, edited 1 time in total.
my blog : http://aroeltsm.blogspot.com , http://www.themesoca.com
Code: Select all
DirectoryIndex index.html /admin/index.php
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini)">
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
thanks, i will try..johnnet wrote:Code: Select all
DirectoryIndex index.html /admin/index.php # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "\.(tpl|ini)"> Order deny,allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
my blog : http://aroeltsm.blogspot.com , http://www.themesoca.com
Who is online
Users browsing this forum: No registered users and 12 guests