Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running in TLD (without subfolder) #18

Closed
jaydrogers opened this issue Jan 12, 2014 · 1 comment
Closed

Running in TLD (without subfolder) #18

jaydrogers opened this issue Jan 12, 2014 · 1 comment

Comments

@jaydrogers
Copy link

Is it possible to run Apaxy directly in a TLD? For Example: http://www.mydomain.com instead of http://www.mydomain.com/subfolder?

I tried to run it without a subfolder, but I am not getting any luck. Here is an example of what I did in the .htaccess:

AddIcon /theme/icons/blank.png ^^BLANKICON^^
    AddIcon /theme/icons/folder.png ^^DIRECTORY^^
    AddIcon /theme/icons/folder-home.png ..
@jaydrogers
Copy link
Author

I was abled to get this resolved on my own, the issue was related to my server configuration. On a brand new installation of Apache, I forgot that Allow Override is set to "None" (meaning that it does not recognize .htaccess at all.

I went into my configuration and changed the directive to:

AllowOverride All

Hope this helps someone if they ever run into this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant