Opening Public HTML WP Two Add HTML Multi-file
-
Add the following to your. .htaccess file in /home/microsof/public_html/wp/, replacing other WordPress rules:
(/home/microsof) public_html (FOLDER) WP “Click” = You cannot open this file because it is either a directory or file larger then one megabyte To edit the file download it and use a Local editor “=Download is Black Inoperable” “Search All You’re Files =.htacess”
/public_html/wp/.htaccess = I Double Click It won’t open = and goes two = wp-admin wp-content and application/x-httpd-php theres about 16 files like wp-mail.php and no .htaccess file = I assume it goes into the public HTML file that just says WP that i cant open.
Where do i put this file if i cant open the Public HTML and Cant Download It? BitNami has Packages with Multi Site Installed and I can or cant use my one click Installer Softacolous
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]“” wp-config.php and .htaccess files. I aded these files typing the HTML no Problem I didn’t copy and paste may create’
- The topic ‘Opening Public HTML WP Two Add HTML Multi-file’ is closed to new replies.