DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Tag: Apache

ec2-user, apache and WordPress user:group permissions on Amazon Linux 2

November 12, 2020 Arvind KumarLinux/Unix, WordPressLeave a Comment on ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
wordpress logo

There is a very (in)famous permissions glitch or settings if you host your WordPress website on Amazon Linux instance. If you keep user:group permissions to default ec2-user:apache then you are able to login to sftp and download upload files just…

Read More→

Redirect to a Different URL using .htaccess

January 26, 2013January 26, 2013 Arvind KumarToolsLeave a Comment on Redirect to a Different URL using .htaccess
301 redirect

A straight forward redirection using .htaccess. Note that the domain name should be omitted from From address and it should always be there in To address, even if the redirection is on same server. [code]<IfModule mod_rewrite.c> RewriteEngine On redirect 301…

Read More→

Redirecting users to same pages while migrating to new domain

December 14, 2012December 14, 2012 Arvind KumarMiscelleneousLeave a Comment on Redirecting users to same pages while migrating to new domain
301 redirect

While migrating my previous domain name to current one i had to gather some domain redirection tools in order to help myself to redirect my old domain pages and posts to current one. Fortunately i did not change the site…

Read More→

Apache/WAMP slow on Windows 7

September 10, 2010September 13, 2010 Arvind KumarWindowsLeave a Comment on Apache/WAMP slow on Windows 7

After i had installed WAMP on Windows 7 the loading of web pages on my localhost server slowed down considerably. After negotiating with it for a few days i decided to find the culprit out and ultimately i reached at…

Read More→

Recent Posts

  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
  • React Table Server Side Pagination with Sorting and Search Filters
Copyright © All rights reserved.
Blog Kit by WP Charms