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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:43:32+00:00 2026-05-31T04:43:32+00:00

This is my htaccess code, It re-write urls from this mysite.com/profile.php?id=123&network=stackoverflow to this mysite.com/stackoverflow/profile.php?id=123

  • 0

This is my htaccess code,

It re-write urls from this

mysite.com/profile.php?id=123&network=stackoverflow

to this

mysite.com/stackoverflow/profile.php?id=123

but the problem is, users cannot reach js,css or images.
i.e.

mysite.com/css/style.css
mysite.com/js/javascript.js
mysite.com/img/logo.png

How can I eliminate real folders like img,js,css etc..?

My htaccess is,

Options +FollowSymLinks 
RewriteEngine On

RewriteRule ^([^\/]+)/(.*)$ /$2?network=$1 [QSA,L]
  • 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-05-31T04:43:33+00:00Added an answer on May 31, 2026 at 4:43 am

    The following will ignore requests to actual files/directories

    RewriteEngine On
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([^\/]+)/(.*)$ /$2?network=$1 [QSA,L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello i'm using this .htaccess code to redirect urls. RewriteEngine on RewriteRule ^printer/([^/\.]+)/?$ printer.php?id=$1
I have this htaccess code: RewriteEngine on RewriteBase /xm/ RewriteCond %{REQUEST_URI} !^/index.php$ RewriteRule ^([a-z0-9]*)\.php$
I have this htaccess code RewriteRule ^/([uge])/([^/]+)$ /$1/$2/ But I couldn't really understand what
Trying to block directory access from everyone except 1 IP address. This .htaccess code
in my website I have some pages structured in this way: www.mysite.com/x/y.php?query=z I wrote
I am using this .htaccess code for my website RewriteEngine On RewriteCond %{HTTP_HOST} !^www.website.com$
this is my .htaccess code so if the user type just domain.com will be
I have PHP source code of http://www.sitename.com . This site is located on Windows
I have this code in my .htaccess: Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule
I was spoon fed this htaccess file from Gumbo and I am grateful for

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.