Forum Moderators: phranque
I make this show at [mydomain.com...] by adding this line to the htaccess in my public directory:
DirectoryIndex /weblog/index.php
I have done this, but I can't access my other sides.
I try to go to www.mydomain.com/photo and mydomain.com/media nothing happend?
her is my .htaccess
-----------------------
# -FrontPage-
DirectoryIndex /weblog/index.php
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
order deny,allow
deny from all
allow from all
order deny,allow
deny from all
AuthName www.mydomain.com
AuthUserFile /home/username/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/username/public_html/_vti_pvt/service.grp
--------------------------------------------------
someone help please?
Welcome to WebmasterWorld [webmasterworld.com]!
You are denying all access. Delete these lines:
order deny,allow
deny from all
allow from all
order deny,allow
deny from all
Jim
try to change from
DirectoryIndex /weblog/index.php
to
DirectoryIndex index.php
and make in top index.php
<?PHP
header("Location: [mydomain.com...]
?>
that should move your browser to the /weblog/ directory