1. WordPress is installed in a subdirectory under main domain.
Ex: http://www.Example.com/blog/
2. Go to following directory within the “dap” folder on your desktop:
dap > client > wordpress
3. Open the .htaccess file in this directory. Modify the 3rd line that looks like this:
RewriteBase /wordpress/
Replace the text wordpress above, with the actual folder name of your WordPress installation. So if you installed wordpress into a folder named “blog”, then the above line becomes:
RewriteBase /blog/
4. Copy both this .htaccess and dapwpclient.php files from the same folder into the root of your wordpress directory (blog).
5. Access your blog at:
http://www.Example.com/blog/
- End of installation -
2 comments ↓
[...] Up Protection: * Protecting WordPress: - WP in Root folder (Example.com itself is your blog) - WP in Sub-folder [...]
[...] WordPress: - WP in Root folder (Example.com itself is your blog) - WP in Sub-folder [...]
Leave a Comment