May 18, 2008 | 01:32 AM  
Welcome

Don't have an account yet? You can create one, it is free, just click here

as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.

 • •  Control Panel - Register - Login  • • 
Current Stable MDPro Lite 1.0821 Download
  Forum FAQForum FAQ   SearchSearch  UsergroupsUsergroups  PreferencesPreferences  Options forumOptions forum  Watched TopicsWatched Topics  Watched ForumsWatched Forums
Latest forum posts Latest forum posts  Log in to check your private messages Log in to check your private messages    Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
kiwi.789
MD NewNew
MD NewNew


Joined: Mar 22, 2007
Posts: 2

Member
Post 22Posted: Mar 22, 2007 - 12:34 PM Reply with quote Back to top
Post subject: when loading website in browser it doesn't open

hello,
It's the first time I use Mdpro and after installing it successfully on my local machine under
mysite.local when I try to access the site by typing its url : http://mysite.local instead of getting the content of an index page, I get nothing but a line saying "You can't access this file directly..." When I type in mysite.local/index.php it comes up with the same error message. So, every time I want to get to my site (as admin) I have to type in
mysite.local/admin.php .... how can I fix this and make it usable later when I put it online for visitors to just type the website-url in the browser and get the page they are supposed to see ?
Please help me ..... I'm new to this
View user's profile
MDMods.com
MD user level 5
MD user level 5


Joined: Jan 06, 2007
Posts: 55

bannato
Post  Posted: Mar 23, 2007 - 09:23 AM Reply with quote Back to top

Sounds like your HTTP server isn't configured correctly. If you're using apache, you need to set the DirectoryIndex to automatically check for index.php files. You'll need to set your httpd.conf to include something like the following:

Code:
<IfModule dir_module>
    DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
</IfModule>


Or, just scrap whatever localhost system you're using and switch to XAMPP which works pretty much perfectly.

_________________
MDMods for all your MDLite module needs
View user's profile Visit poster's website
kiwi.789
MD NewNew
MD NewNew


Joined: Mar 22, 2007
Posts: 2

bannato
Post 2Posted: Mar 27, 2007 - 02:35 PM Reply with quote Back to top
Post subject: Reply to your reply

Hello,
Thank you for responding me Smile
I have copied your code into my config file ( I have set Directory Index for index.php,ect before... ) to make sure there is no mistake there,
but I keep haveing the same problem, when typing my url mysite.local I get a "Forbidden - can't access on this server" message. I can get to the admin page by typing mysite.local/admin.php, but from there clicking on the HOME link(---> index.php), I get "You can't access this file directly..." .... what can I do ? Sad
.
.
I prefer not to delete it all and re-install again with xamp .. unless there really is no other option
View user's profile
Display posts from previous:     
Jump to:  
All times are GMT + 13 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by MDForum 2.0.8© 2003-2007 MAXdev Team
Credits