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

sub directory installation #1

Open
sukualam opened this issue Mar 29, 2015 · 0 comments
Open

sub directory installation #1

sukualam opened this issue Mar 29, 2015 · 0 comments

Comments

@sukualam
Copy link
Owner

if the blog in sub directory, like http://localhost/blog
you need to edit htaccess
this is correct htaccess for sub-directory "blog"

RewriteEngine On
RewriteBase /blog/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]

example: http://edwin799.my.id/blog/backstage

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