Jump to content

Search the Community

Showing results for tags 'htaccess redirects'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hi, We copied the production source and configured it the same as the development source on the localhost. However, the website is not working on the localhost, whereas it is working fine on the production source. Please find the error attached. FYI - we have SSL for the production environment. Can anyone kindly help resolve this issue? Thank you
  2. Hi Guys, I have a client with a strange set up. In analytics we are seeing urls getting pageviews that technically dont exist. Example: website.org/questions/search/blog/2016/07/blog-post-name/index.php The current ht access file looks like this but all that does is redirect these blog urls to the home page. # Redirect index.php Requests # ------------------------------ RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC] RewriteCond %{THE_REQUEST} !/system/.* RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L] Is there an htaccess code to handle all pages like this (redirect urls ending in /index.php): Example: website.org/questions/search/blog/2016/07/blog-post-name/index.php to: website.org/questions/search/blog/2016/07/blog-post-name/ I can do this on a url by url basis buy the same happens every time a new post is created. Thanks
×
×
  • Create New...