Jump to content

Search the Community

Showing results for tags 'extension'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

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


Age


Donation Link

Found 3 results

  1. This is so strange. I have this bit of code that removes the .php extension from pages so that I can visit any page without typing .php at the end. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php [L] The above code has always worked for me before. But for some reason today it stopped working on localhost and the live server(ipage hosting). Do you know why that might be?
  2. Contact me via Email at mb@cgidx.com or via PM. I am looking for a talented, experienced developer to deliver a custom Opencart extension. This is paid contract work. My time is valuable and so is yours. I expect you will require a down payment - no problem. We will use Paypal or discuss other options. 1. I need a drag-and-drop interface, Comprised of a PREVIEW (working) area, and a PALLET area, for adding decoration items to exact locations on a base product. a. D&D Interface will grey out items & notify before & during checkout (just for out-of-stock items). Config can still be purchased. b. Decoration item images will have opacity masks (no backgrounds) c. Decor items must be placed within specified boundaries d. Decor items cannot be placed over each other or too close (exception for certain item types) e. Prices are automatically updated in real-time and Opencart volume discounts are auto applied 2. There must also be the ability to share & edit configurations created in the drag-and-drop interface via URL without signup. 3. There must be an Opencart report for actual physical assembly of product that displays the configuration preview and parts list of the purchased configuration. There is more specific behavior that will need decisions but these are the 3 main modules. I am a graphic designer and will assist in any way possible. I will be responsible for producing the images for these products. However we handle image opacity masks is up to you. I sincerely appreciate your time and consideration. Please respond with any questions for clarification and let me know what we can do. Ready to move on this ASAP! D&D Interface Image mock-up attached:
  3. Hi, I was wondering, how would I make it so that when people access my site, the extension of that file is hidden in the URL? Thanks?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.