Tagged Questions
0
votes
3answers
15 views
Exclude subdirectory from Expression Engine official .htaccess index redirect
I have found a great number of suggestions online, but none of them seem to work in my case. I have an Expression Engine install in the root of my site. In a subdirectory named "helpone", I have ...
0
votes
1answer
6 views
Mod rewrite / remove slash behind .html
I need a mod rewrite 301 that remove a slash behind the .html from the url.
Example:
Good URL: http://www.example.org/some-stuff-t123.html
Bad URL: ...
1
vote
2answers
28 views
Clear URL with .htaccess
I am pretty new to webdesign and haven't been able to figure this one out..
I am using HTML5Boilerplate as a template for my new website. The .htaccess file that ships with the template rewrites ...
0
votes
1answer
10 views
htaccess redirect <hostname>/?area=0 to <hostname>/
I am simply trying to redirect /?area=0 link to / .. hostname can be anything. I have tried:
redirectMatch 301 /?area=0 /index.php
RewriteRule ^/?area=0$ /index.php$1 [R=301,L]
Also tried with some ...
0
votes
1answer
12 views
.htaccess rewrite, rewove filename from URL
I have a domain where I uploaded my html in the root as varg.html, about.html and contact.html. Therefore my URL is http://vargdesignkollektiv.se/varg.html but clearly I wan to remove varg.html for my ...
0
votes
1answer
15 views
Check if file exists on Nginx using regex
I'm trying to translate some htaccess files to Nginx vhost configuration, and i'm having trouble with this:
RewriteCond %{DOCUMENT_ROOT}/img/id_$1_$2 -f
RewriteRule ^id/(.+)/(.+)$ img/id_$1_$2 [NC,L]
...
0
votes
1answer
9 views
.htaccess Multiple subdirectory rewriting to www-root
I have the following folder structure:
www-root
Backend
Config
Etc
Frontend
Administration
StoreFront
I would like to be able to access the directories from the main url and hiding the ...
1
vote
1answer
20 views
cakephp rewrite rule for existing website with .htm
How to fix my problem for an existing website converted to a cakephp application. The previous website has *.htm extensions. Is this something what needs to be done in the .htaccess file? The problem ...
1
vote
0answers
25 views
Rewrite rule for subdomain, nice URL variable and slash
I struggle with setting up proper mod_rewrite rule for my domain.
I was never any good at regexp-kinda expressions, but every documented tutorial I just fail to use for myself.
Domain: example.org
...
0
votes
1answer
31 views
URL rewriting for video file htaccess
I want rewrite url
http://site.com/videoplayback?pkey=05131305222303&hkey=a7432d324546a9b2c24abb4e81a26e67&tkey=l4i5w5s444&fkey=05131305222303.mp4
to
...
1
vote
1answer
12 views
I need to remove /en from all URLs, would like to use .htaccess
Using Joomla and trying to stop using JoomFish, but for the time we did use it, other sites linked to our pages as "basedomain.org/en/everypage". Now those links go to 404 errors.
How do I use ...
0
votes
2answers
39 views
Rewrite urls using Apache PHP
I have a number of urls that are stored in a database, and thus instead of adding a rewrite rule in .htaccess for every url, I am using the following code in htaccess to give the control to PHP code ...
0
votes
1answer
21 views
Code igniter - mod rewrite issue
I have following kind of URL,
http://mysite.com/controller/method/VBGFrt543ERik4523/text1-text2
I want this to be shown in browser as,
http://mysite.com/text1-text2
I searched a lot but couldnt ...
0
votes
1answer
15 views
Htaccess redirect and remove last 5 characters
I have 20k+ indexed pages but ~200 have /feed/ added at the end:
http://www.domain.com/page-ID-TITLE/feed/
ID and TITLE are dynamic.
TITLE can have multiple words, it doesn't have a fixed length: ...
0
votes
0answers
15 views
.htaccess Url Rewrite Remove Compromised Query-String Keys
I have a set of 100's of 1000's of compromised urls in the form like:
www.mydomain.com/?site=test-domain.com/\some\exploid?characters.com
www.mydomain.com/?site=another-test.net\\\\\\\\\\\\\\\" and ...
0
votes
0answers
24 views
Rewrite Rule not Working in IIS Server with PHP
Hi, friends. I'm creating an .htaccess file with rewrite rules. It's working fine in localhost, but on the live, server it's not working. My hosting uses a Window server.
I wrote this Rule in my ...
1
vote
1answer
23 views
redirect old urls without index.php and parameters
I was able to get my old URL's with index.php to redirect to my new clean URL's
eg: example.com/index.php?gender=m&height=70&weight=150
to
example.com/men/70-inches/150-lbs/
However I've ...
1
vote
1answer
14 views
htaccess code for custom directory rewrite
right now i currently have this script that's working
.htaccess file:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ...
0
votes
1answer
22 views
redirect old query URL to new rewritten URL .htaccess
I've successfully made my urls clean using parameters
from example.com/index.php?gender=m&height=70&weight=150
into example.com/m/70/150/
so if someone types in that clean URL, they'll get ...
1
vote
1answer
30 views
Replace white space%20 white - in search url
I tried a lot of code without results.
I'm using wordpress and the url of search results is:
http://mysite.com/search/the%20search%20query%20
I need to change it in
...
0
votes
0answers
48 views
Problems with redirecting https to http with exceptions
We got a Magento website and the checkout, login etc. pages work fine they redirect automatically to https. But we have an issue with all other url’s because they are accessible thru http and https ...
0
votes
3answers
63 views
htaccess rewrite exclusion not working
I have an issue that I have been struggling on for hours now. I can't seem to get this to work how I want it too. Simply put, I want to redirect all url requests to www.test.com.au except for those ...
1
vote
1answer
29 views
Mod Rewrite on get vars
I'm working on a private project, which is basicly a profile system.
Now I've been trying how to improve the URL formatting.
At this moment, I am using URL's which look like:
-> ...
0
votes
1answer
14 views
.htaccess images not showing after rewriting
I have a problem, URL's have been rewritten like this
RewriteEngine on
RewriteCond %{REQUEST_URI} !index.php
RewriteRule ^(.*)$ index.php?test=$1 [NC,L]
None of my images, nor css styles are being ...
0
votes
1answer
19 views
remove directory after main url using htaccess
With the following url http://www.example.com/de/here/ I want to remove the "de" directory (or whatever may be in front of the "here" directory, if anything even is in front of it) so a user is ...
-1
votes
0answers
32 views
URL rewrite via .htaccess
I have an URL in the following form:
www.mysite.com/type/12345/category/product-name
What is the appropriate rewrite rule to create an URL with the following structure?
...
0
votes
1answer
23 views
htaccess mask to fake directory
I'm not sure if this has been asked, because I've been searching and just not finding the right answer, unless I am blind.
We have a site on a machine www.example.com/?webform, which we want to mask ...
1
vote
1answer
17 views
Troubles Overwritting Wordpress Url Rewrites
so essentially right now I have a plugin enabled to allow me to use php in my pages. I've setup a page and set the permalink as the homepage. Doing this I'm able to make requests like
...
0
votes
0answers
11 views
.htaccess Assign a RewriteBase up one directory level
I have "example.com/main/search/search.php"
I need to remove "search.php"
Used this for that:
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php ...
0
votes
1answer
35 views
How do I htaccess redirect index.html to index.php and index.php to /
I recently changed my index.html to index.php - I want to be able to do a redirect to reflect this, and then also a rewrite that forces foo.com/index.php to just be foo.com/ and have it access the ...
2
votes
2answers
45 views
Rewrite rule leads to 403 forbbiden error
I have asked a question here yesterday and user "faa" tried to help me, but unfortunately we couldn't solve the issue.
Original question is here: Rewriting url with htaccess when a directory exists
...
1
vote
2answers
61 views
(htaccess) Rewrite English names of php files to their Dutch equivalents
I would like to rewrite the English names of php files to their Dutch equivalents.
For example: someurl.com/news.php?readmore=4#comments should become someurl.com/nieuws.php?leesmeer=4#kommentaar. ...
2
votes
3answers
43 views
MVC htaccess rewrite
Hello i have problem with my htaccess configuration in my own mvc. IDK what i do wrong? All time i have this message 500:
Internal Server Error
The server encountered an internal error or ...
1
vote
2answers
22 views
Htacces rewrite rules and conditions
I have this rule which works perfectly
RewriteEngine on
RewriteRule ^([^/]+)/([^/]+) /demo/index.php?category=$1&subcategory=$2
this converts my link from
...
0
votes
0answers
26 views
redirect specific get variable to specific page
I have these weird links showing up Google analytics and when I go to them they are taking me to a 404 page, I cannot find the source to correct them so I would like to redirect them to the correct ...
0
votes
1answer
32 views
htaccess rewrite rule (arbitrarily path to index.php)
is it somehow possible to have a pattern which represents any path sequence which substitutes to my index.php with a parameter which holds the given path?
I have this rule
RewriteRule ^([^/.]+)$ ...
-2
votes
1answer
25 views
Multipe rewrite urls (domain.tld/blogs.php?user=username&post=postname TO username.domain.tld/posts/postname) [closed]
How i can rewrite urls from this
domain.tld/blogs.php?user=username&post=postname
to this one:
username.domain.tld/posts/postname
0
votes
1answer
54 views
How to write htaccess rewrite for subdirectories recursively?
I have an Apache server, hosting a number of websites for my company. I plan to use htaccess, and rewrite the URLs from the "root" directory to a subfolder.
Here is my real folder structure:
/www ...
1
vote
1answer
34 views
Redirecting specific parameters to subfolders
I've been searching around a bit, but unfortunately I'm still at a loss when it comes to this problem, and being far from a veteran with .htaccess, I've been unable to work out a solution to my ...
0
votes
2answers
49 views
.htaccess Rewrite Engine ON, show no_image.png in URL
In order to show no_image.png by .htaccess (if image does not exist) I use:
RewriteEngine On
RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond ...
0
votes
1answer
38 views
redirect external url only as query string
I'm attempting to redirect all external links thru a php file with the url of the external site set as a variable.
Example. If my site (mysite.com) has a link to google.com/results/1234 I'd like to ...
0
votes
0answers
29 views
Why is the same rewrite rule working differently for different urls?
I am running a site on my localhost on a mac. In my .htaccess file, i have several rewrite rules.
RewriteRule ^(.*)$ /demo/$1 [L,R=301]
RewriteRule ^aboutus$ content.php?pg_id=22
RewriteRule ...
0
votes
0answers
39 views
.htaccess 404 rewrite not working inside subdirectory at GD hosting
I'm using GD hosting and my .htaccess are not working for a couple of sites.
Right now I have the sites working inside a subdirectory => /_mysite/
After checking several answers I added "^" at the ...
0
votes
2answers
23 views
How to redirect folders to index.php using .htaccess?
Folder structure:
/index/
/upload/
/something/
These folders don't have .htaccess in them(and shouldn't).
When accessing http://site.com/something it redirects to ...
0
votes
1answer
61 views
nginx GET .php variables
I have a bunch of PHP files that take .php?id=123 and I need to get them all. How do I do them all in my config file?
I can't seem to figure out how to make use of
get1.php?id=stuff
...
2
votes
1answer
59 views
Is my HTACCESS causing too many mysql connections?
if anyone can help I would be VERY grateful.
We have a CMS running 3 websites (international versions on separate domains) on the same hosting package which had been happily running for over a year ...
0
votes
1answer
24 views
Using .htaccess for a variable folder
I am having a little trouble with using .htaccess for what I need it to do.
This is the URL of the webpage:
http://example.com/folder/$1/topic.php?id=$2
The only two things that change are $1 and ...
0
votes
1answer
24 views
url rewrite not working on my wamp please help me for this
My localhost link /work_Seo/blog-single.php?pid=6
and I want to change it into /work_Seo/blog/pid/6
my .htaccess:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^work_Seo/blog/([0-9]+)/?$ ...
1
vote
1answer
19 views
How can I make .htaccess to ignore rules if folder exists?
How can I make .htaccess to ignore rules if folder exists?
Rules:
RewriteRule ^([a-zA-Z0-9-z\-]+)/([a-zA-Z0-9-z\-]+)$ index.php?ht=$1&hht=$2
RewriteRule ...
1
vote
1answer
18 views
htaccess more than one file rewriting to root
I have a site setup with php scripts in a /pages/ folder which rewrites:
www.example.com/pages/settings.php
...to...
www.example.com/settings
Using this .htaccess code:
RewriteEngine On
...




