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 95791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:42:49+00:00 2026-05-10T23:42:49+00:00

We have a website made by Django. And there is no problem when access

  • 0

We have a website made by Django. And there is no problem when access following url on local working environment:

http://site/tags/c%23/ 

‘c%23’ is urlencode of ‘c#’, that works fine locally. But after we deploy it on Bluehost hosting server (apache+fastcgi), this URL has been resolved to a new address like this:

http://site/t/tags/c/  

That’s too weird. Probably it’s not a Django’s problem, but have something to do with Apache url’s rewrite. If you have any idea or suggestion how to fix this please let me know. Thanks in advance.

Here is the .htaccess file may be considered:

AddHandler fcgid-script .fcgi  #AddHandler fastcgi-script .fcgi  #AddHandler application/cgi .fcgi  #AddHandler cgi-script .fcgi  RewriteEngine On  RewriteBase /  #static file setting  RewriteRule ^(media/.*)$ - [L]  RewriteRule ^(static/.*)$ - [L]  RewriteCond %{REQUEST_URI} !(dispatch.fcgi)  RewriteRule ^(.*)$ dispatch.fcgi/$1 [L]  

and the dispatch.fcgi file:

#!/home/***/python/bin/python  import sys, os  # Add a custom Python path.  sys.path.insert(0, '/home/***/python')  sys.path.insert(0, '/home/***/working/Django-1.0')  os.chdir('/home/***/working/Django-1.0/project')  os.environ['DJANGO_SETTINGS_MODULE'] = 'project.settings'  from django.core.servers.fastcgi import runfastcgi  runfastcgi(['method=threaded', 'daemonize=false'])  

UPDAET: If this is caused by settings in httpd.conf, how can I override in .htaccess file while I don’t have permission to it?

  • 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. 2026-05-10T23:42:49+00:00Added an answer on May 10, 2026 at 11:42 pm

    Just some tips before going further:

    Have you tried with other characters such as a space (%20) or an accented ASCII character? Also, have you tried putting other characters after the %23 (other than the slash) to see if they’re stripped also?

    One guess could be that as the # is considered as an anchor on the current page, the # and whatever is after will be stripped in the rewrite.

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

Sidebar

Ask A Question

Stats

  • Questions 94k
  • Answers 94k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Yup. Surround each label with a <label> tag: <label for="checkboxes1">Test:</label>… May 11, 2026 at 6:54 pm
  • Editorial Team
    Editorial Team added an answer You basically need to check the user's userAccountControl flag for… May 11, 2026 at 6:54 pm
  • Editorial Team
    Editorial Team added an answer The way it is done is to populate second dropdown… May 11, 2026 at 6:54 pm

Related Questions

I have a website built in PHP 4 with a framework made by hand
Let me set the stage here. I'm a very junior developer who's recently made
This is driving me nuts. I am trying to setup a webiste on our
I have a PHP website backed by a MySQL database and a small team

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.