Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8081619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:47:27+00:00 2026-06-05T16:47:27+00:00

I am using a PHP application I downloaded, and it is half working on

  • 0

I am using a PHP application I downloaded, and it is half working on my server, however I am having what I believe is a re-write error.

The application is a “job board” where people will be able to browse available positions, and apply online.

Currently it is “technically” working. A person can view the site, and postings, and they can fill out the application form. The message is sent properly.

The problem is that once the submit button is pressed the browser shows that the page is loading, but nothing ever loads. So the message is sent, but the following page is not loaded.

The application uses htaccess rewrites, and I believe this is where the problem is.

The application is supposed to work out-of-the-box on a top level domain, however I am trying to use it on a subdomain. Am I correct in assuming that technically there is not much difference when using a subdomain? After all, the pages all load fine until the form is submitted.

The application is running at http://volunteer.essentialtransit.com

What you see is the application after initially being set up, and I added one sample “job”.

You can try applying to see the problem I am referring to. It is a very simple application form that only takes a few seconds to complete.

Here is the htaccess file:

# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php

RewriteEngine on
Options +FollowSymlinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/

<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>

Perhaps if someone can explain what the htaccess rules are doing I can figure out the problem.

EDIT: So the page actually does load, but only after a very long time. The browser shows that the form is sent, and then following page starts to load, but then it takes minutes to actually load. All other pages on the site load quicker than that. The other strange things is that when a “job” page is initially opened it loads quick, after applying it just redirects back to the same “job” page, however this time it takes forever to load.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:47:28+00:00Added an answer on June 5, 2026 at 4:47 pm

    Rules are self explanatory:

    RewriteEngine on # Enables rewrite engine (obviously)
    Options +FollowSymlinks # Tells Apache to follow symbolic links
    
    RewriteCond %{REQUEST_FILENAME} !-f # Here it redirects non-files
    RewriteCond %{REQUEST_FILENAME} !-d # and non directories
    RewriteRule . index.php [L]         # to index.php
    
    ErrorDocument 404 /page-unavailable/ # Sets 404 page address
    
    <files ~ "\.tpl$"> # Denies access to templates
    order deny,allow
    allow from none
    deny from all
    </files>
    

    I doubt your issues have something to do with these rules.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a PHP application using our XAMPP setup as a test server.
I need to create a web application using php, I had many users having
I have been working on on an AJAX chat application using php, mysql. It's
I have downloaded php-sdk for using facebook in php. I also created facebook application
I have a PHP application using an Oracle XE database. Whenever I add a
I am developing an web application using php. One of the requirement is the
I am developing an Application using PHP and SQLite. And I create a my
I am developing a application using PHP. Some example code is here. $url =
I am creating a login system for a web application using PHP. My question
I have just succeeded in creating oAuth authentication for my twitter application using PHP.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.