Iyalarasi
Forum Replies Created
-
Forum: Localhost Installs
In reply to: how to add multisite on wamp server.In my apache_error log file show as,
[Mon Nov 19 16:51:31 2012] [alert] [client 127.0.0.1] C:/wamp/www/word Press1/wordpress/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration.I checked some links also http://stackoverflow.com/questions/10144634/htaccess-invalid-command-rewriteengine-perhaps-misspelled-or-defined-by-a-m
In that I found one lines is missing in my file,that clear module.Not able to get clear idea,
Please help me as soon as possibleForum: Localhost Installs
In reply to: how to add multisite on wamp server.I think my httpd file may not the options,
My Dircetory part in that file is,<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory>and these two lines are also missing in mty file.
Sorry,I am new to wordpress.So can’t understand problem,where it exactly happens.Thanks in advance.
Forum: Localhost Installs
In reply to: how to add multisite on wamp server.hi,
I tried the instructions in that question,that I goto httpd file and delete # symbol in rewrite module,And I restart all service,I also checked that rewrite module is on in apache.
But again I got the same error,like internal server error.Forum: Localhost Installs
In reply to: how to add multisite on wamp server.Sorry for delay.
Yes I set up wamp on my system.Forum: Localhost Installs
In reply to: how to add multisite on wamp server.yes,That’s my whole .htaccess file with BEGIN and END WORDPRESS statement..
Forum: Localhost Installs
In reply to: how to add multisite on wamp server.My .htaccess file contains,
RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]I just copy codex code into my .htaccess file.
Forum: Localhost Installs
In reply to: how to add multisite on wamp server.when I click login page,it shows error 500,Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Why it is happened?
Forum: Localhost Installs
In reply to: how to add multisite on wamp server.I am having warning message as,”An existing WordPress network was detected.”
how to solve this,I read some of threads in forum,But not able to get clear idea.
My database contain,
wp_blogs, wp_blog_versions , wp_commentmeta , wp_comments , wp_links , wp_ngg_album , wp_ngg_gallery , wp_ngg_pictures , wp_options , wp_postmeta , wp_posts , wp_registration_log , wp_signups , wp_site , wp_sitemeta , wp_terms , wp_term_relationships , wp_term_taxonomy , wp_usermeta
wp_users.
Please help me to solve this problem.