Title: lata_dev's Replies | WordPress.org

---

# lata_dev

  [  ](https://wordpress.org/support/users/lata_dev/)

 *   [Profile](https://wordpress.org/support/users/lata_dev/)
 *   [Topics Started](https://wordpress.org/support/users/lata_dev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lata_dev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lata_dev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lata_dev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lata_dev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lata_dev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite installed on AWS – Permalinks not working](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/page/2/#post-1883776)
 * kediacorp, Ipstenu you’re my heroes!!! Thank you 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite installed on AWS – Permalinks not working](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/page/2/#post-1883773)
 * Since its a multisite installation, there are already some lines in the .htaccess
   file according to the n/w configuration settings.
 * Should we add these lines after that or before? The contents are mentioned in
   the first post of this thread.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working on multisite installation](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/page/2/#post-1666322)
 * Yup, Amazon Web Services it is! Found a thread by another user having the same
   issue. But doesn’t look like they found a solution either.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working on multisite installation](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/#post-1666320)
 * I guess I need to do that since the site is hosted on AWS, not using a hosting
   company.
 * Tried the settings you mentioned on this thread – [http://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working?replies=15](http://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working?replies=15)
 * Couldn’t get the links working. Any other suggestions please?
 * Thanks.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working on multisite installation](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/#post-1666318)
 * Ipstenu sorry, using subfolder, not subdomain (sorry about the confusion above).
   Here’s the htaccess file’s content (same as that in the Network Settings)
 *     ```
       RewriteEngine On
       RewriteBase /
       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]
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working on multisite installation](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/#post-1666316)
 * I am not using BuddyPress, just wordpress multisite for a specific blog structure
   I want (sub-domains). So not sure if it happens with buddypress installation.
   But the issue started happening when I entered the custom structure in permalinks(/%
   postname%/).
 * It works fine with the default structures.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working on multisite installation](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-on-multisite-installation/#post-1666313)
 * Anyone found a solution to this? I get a 404 with permalinks when using a custom
   structure.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite installed on AWS – Permalinks not working](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/)
 *  [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/multisite-installed-on-aws-permalinks-not-working/#post-1883770)
 * Hi lumenbeing
 * Did you get a solution to this? I am porting my site to AWS but am stuck due 
   to this issue. If you found a solution, would be great if you can post it here.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Where do I add a hook to be executed before a mail is sent?](https://wordpress.org/support/topic/plugin-contact-form-7-where-do-i-add-a-hook-to-be-executed-before-a-mail-is-sent/)
 *  Thread Starter [lata_dev](https://wordpress.org/support/users/lata_dev/)
 * (@lata_dev)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-where-do-i-add-a-hook-to-be-executed-before-a-mail-is-sent/#post-1714301)
 * Thanks. In the extension, they are adding all actions as
    `add_action('wpcf7_before_send_mail',
   array(&$this, 'saveFormData'));`
 * But from what I read in the posts in this forum, they add it with just the function
   name i.e.
 * `add_action('wpcf7_before_send_mail', 'myFunction');`
 * How do these 2 actions differ?

Viewing 9 replies - 1 through 9 (of 9 total)