vikassharmas
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Content Encoding ErrorThanks, able to install wp and it is running fine ??
Regards,
Forum: Plugins
In reply to: Could not create directory.issue got resolved by giving permission to www-data ??
Thanks,
Forum: Installing WordPress
In reply to: Content Encoding Errorit’s working now ??
Thanks
Regards,
VikasForum: Installing WordPress
In reply to: Content Encoding ErrorHi Ross,
thanks for your support. WP is installed. Now a new problem ??
while uploading the images, I am getting following error
Unable to create directory wp-content/uploads/2014/12. Is its parent directory writable by the server?
looks like some database is not ready..
Can you please help?
Regards,
VikasForum: Installing WordPress
In reply to: Content Encoding ErrorHi Ross,
Done all the steps, but no success ??
Regards,
VikasForum: Installing WordPress
In reply to: Content Encoding ErrorDear Ross,
Right now I just need one single web site to run on LAMP setup.
I have enable and restarted the mod_rewrite, but no use ??root@ctrl4c4350:~# sudo a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
root@ctrl4c4350:~# service apache2 restart
* Restarting web server apache2Regards,
VikasForum: Installing WordPress
In reply to: Content Encoding ErrorHi Ross,
From digitalocean, I have installed WP
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-12-04
and in step 4
sudo chown username:www-data /var/www -R
sudo chmod g+w /var/www -RI have used username as = www-data
Forum: Installing WordPress
In reply to: Content Encoding ErrorHi Ross,
Here are the output..Output 1 >
vi /etc/hosts# Automatically generated by OnApp (3.3.0)
127.0.0.1 localhost
103.231.101.222 ctrl4c4350.379 ctrl4c4350
~
~
~output 2 >
root@ctrl4c4350:/etc/apache2/sites-enabled# pwd
/etc/apache2/sites-enabled
root@ctrl4c4350:/etc/apache2/sites-enabled# ls
000-default
root@ctrl4c4350:/etc/apache2/sites-enabled#<VirtualHost *:80>
ServerAdmin webmaster@localhostDocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory “/usr/lib/cgi-bin”>
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warnCustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost><VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName cdn.swavik.com
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory “/usr/lib/cgi-bin”>
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warnCustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>Forum: Installing WordPress
In reply to: Content Encoding ErrorHi Ross,
I have got the LAMP from CTRLS DC in India and I myself is trying to install the WP on the LAMP setup.
Unfortunately I do not know how to proceed further until I can see the WP gui page.
Do you recommend to install WP in WAMP setup? Or you can help me to resolve the issue on LAMP.
[ redacted, support is not offered via email, Skype, IM etc. only in the forums ]Forum: Installing WordPress
In reply to: Content Encoding ErrorHi,
I have not installed any additional plugin and just followed the instruction from https://www.digitalocean.com
here is the output
root@ctrl4c4350:~# cd wordpress/
root@ctrl4c4350:~/wordpress# cd wp-content/
root@ctrl4c4350:~/wordpress/wp-content# ls
index.php plugins themes
root@ctrl4c4350:~/wordpress/wp-content# cd plugins/
root@ctrl4c4350:~/wordpress/wp-content/plugins# ls
akismet hello.php index.php
root@ctrl4c4350:~/wordpress/wp-content/plugins#Can you help?
Regards,
Vikas