Directory-level configuration file used by Apache web servers.
3
votes
3answers
2k views
apache redirect http to https and www to non www
basically what i want is redirect al request to use HTTPS instead of http
I have this in my htaccess so far and it worked great:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond ...
0
votes
0answers
5 views
Rewrite Engine @font-face
i have a problem with my .htaccess and @font-face.
I Get this Error:
Resource interpreted as Stylesheet but transferred with MIME type text/html
My .htaccess look like this:
RewriteEngine On
...
0
votes
0answers
22 views
Resource interpreted as Stylesheet but transferred with MIME type text/html with css generated in PHP
i have a site where the css is not interpreted. I've seen other answers but not one for a dinamically generated css.
I'm generating the CSS in PHP by adding
<link media="all" type="text/css" ...
0
votes
3answers
180 views
Rewrite URL .htaccess, mod_rewrite - “directory not found”
I'm rewriting urls so my member pages - domain.com/profile.php?id=123 becomes domain.com/user/John
If somebody try to reach domain.com/user, the web browser says directory not found. Is there a way ...
1
vote
1answer
26 views
Htaccess : making Fake folder to get accessible/
I have created folder http://domain.com/sport/
What i need is whenever i access http://domain.com/sport/anything/anything/ , it needs to show contents of http://domain.com/sport/index.php
Right ...
0
votes
2answers
27 views
Redirecting everything to index.php and stripping last slash
i currently have the code below to redirect all requests (except files) to the index.php unfortunately i cannot get my script to work because of some strange mime type error happening when my url ends ...
0
votes
1answer
12 views
Mod_write, htaccess and Wordpress slugs
This is either blindingly simple or impossible; after lots of Googling and thread reading, I can't tell.
I have a WordPress site that uses a plugin to create a custom post type. The rub of this is ...
0
votes
1answer
7 views
301 redirect but change URL to all lower case in apache
I'd like to set up a 301 redirect in apache to change the case of the original address before redirecting so for example if someone enters:
www.website1.com/UsErOfMiXedCase
it forwards to
...
0
votes
2answers
21 views
.htaccess Rewrite Rule Possibility?
I'm having a little issue. One of my clients recently sent out an email blast to 6500 people, that included an invalid link to a PDF file.
The link was simply: http://theirsite.com/pdf/thepdf.pdf%20
...
0
votes
1answer
13 views
htaccess block access from a top level domain?
Is there a way through htaccess to block access to images from my site when requested by a specific top level domain, eg ".ru"?
I currently use:
RewriteCond %{HTTP_REFERER} ^\.ru [NC,OR]
Rewriterule ...
0
votes
1answer
28 views
URL rewriting via Wordpress Rewrite or .htaccess
Let's say I have a Wordpress blog: www.animals.com
I have a certain PHP file in my theme directory: www.animals.com/wp-content/themes/mytheme/db.php
Also, I have a custom template for that page, so I ...
0
votes
0answers
2 views
How can I set an Expires Header in Apache .htaccess for TypeKit .js to increase performance?
In YSlow tool for Firefox, it advises me to set a better Expires Header for TypeKit.js .
Currently my expires part of htaccess looks like this:
<IfModule mod_expires.c>
ExpiresActive on
...
0
votes
1answer
14 views
Remove specific query string key/value pairs in htaccess (but leave others intact)
I'd like to build an ISAPI_Rewrite 3 "RewriteRule" to handle the following permanent redirects:
╔════════════════════════════════╦════════════════════════════╗
║ Input ║ ...
0
votes
0answers
21 views
.Htacess page is not woking in (go-daddy linux)
htacess page for .php extensions,
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /
## hide .php extension
# To externally redirect /dir/foo.php to /dir/foo
...
0
votes
0answers
11 views
Mod_Rewrite is using public_html
In my .htaccess I have the following lines
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . ...
0
votes
1answer
16 views
htaccess - One clean URL working but not the other
htaccess files have never been a strong point for me unfortunately.
I'll just jump right in:
#Turn RewriteEngine on
Options +FollowSymLinks
RewriteEngine on
#Canonicalize URL
...
0
votes
1answer
12 views
apache htaccess multiple http method condition
Hej folks,
i'm desperately trying to build a REST like API. Therefore i created an .htaccess file which should redirect the request to the right file, depending on the request method.
I managed to ...
0
votes
0answers
7 views
replace url using .htaccess
I have a url like this:
http://localhost/mysite/application/assets/projects/projectname
I want this:
http://localhost/mysite/projectname
That means /application/assets/projects should be omitted or
...
0
votes
1answer
17 views
Trouble with vanilla Bonfire/CI installation and .htaccess
OK, so my situation is rather simple (although not yet resolved).
I downloaded Bonfire (for CodeIgniter)
Created a new folder in my Sites folder, let's say bonfire (I'm using XAMPP for Mac)
I'm ...
0
votes
1answer
22 views
Using .htaccess to change directory in url
I am trying to change the url that is displayed in the address bar from mysite.com/blog/wedding-hair/ to mysite.com/services/wedding-hair/ using .htaccess.
Using answers from:
assigning different ...
0
votes
1answer
19 views
Redirect to public folder when using ZF2
I'm using ZF2 (Zend Framework 2, v2.2) and I would like that http://www.foo.com/path/to/app/ redirect to the public folder.
I've tried a lot of solution but not of them allow the url to point to ...
0
votes
0answers
7 views
How to move old static webpages from htmlroot to subdirectory without rewriting its html code and still have access via old URL
Old static webpages sitting in htmlroot and having stylesheet and script like below, plus other htlm documents having URLs relative to root.
<link rel="StyleSheet" href="/style.css" ...
3
votes
1answer
30 views
site rendering differently on different hosts
I have spent the last few hours trying to figure this out but still no luck...I think I have narrowed it down as something to do with a file permission issue on my host but maybe someone on here would ...
1
vote
0answers
13 views
.htaccess subdomain languages
Im running a WordPress site with qTranslate installed.
The URLS are currently displayed as http://domain.com/en/ but i would like to change them to
http://en.domain.com
How do i make this work? ...
0
votes
1answer
13 views
Custom 404 error redirect not working for https requests in htaccess file
I have a simple 404 redirect in a .htaccess file which works fine for Http requests:-
ErrorDocument 404 /apps/handle_error.php
The handle_error.php returns an appropriate PNG image depending on the ...
-2
votes
1answer
11 views
Dynamic url re-writing using htaccess
How can I rewrite http://mydomain.com/test/master.php?catid=2&subcatid=8 to http://mydomain.com/test/master.php/catname/subcat using a .htaccess file.
Once rewritten, how can I access these ...
0
votes
2answers
12 views
Pattern match 301, retaining one querystring parameter
Been scratching my head over this one. I have a URL format I need to redirect and only need one part of the querystring. Example URL:
...
0
votes
0answers
6 views
close site for upgrading and exclude specific folders
We have an old site we need to upgrade.
The problem is that this site feeds with xml data some other sites of ours.
We thought of using htaccess to prevent access to main site, yet allow the other ...
0
votes
1answer
13 views
.htaccess redirect request from specific domain to another domain
I have an apache server hosting a site. I have 2 domains pointing to this server, www.mysite.se and www.mysite.com.
I'm trying to figure out how to in the htaccess file to redirect traffic coming ...
3
votes
3answers
3k views
Apache .htacces Rewrite Rule to Remove .php File Extensions
The title explains the basics, now, here comes the problem:
I have many files that look like this:
<?php include 'mynavbar.php';
include 'myheader.php';
include 'myfirstline.php';
include ...
0
votes
0answers
15 views
Showing 404 error when a cookie is not set
I think the title is clear; I want to create a rule on web-server that if a user tries to reach specific path like http://mysite.com/admin face the 404 error, while this folder is available and ...
0
votes
0answers
8 views
how to create mod rewrite rules for folders
I want to redirect everything after the folder /listen/ from the old domain to the new one, example
www.example.com/listen/abc
www.example.com/listen/def
and so on, there are many pages in that ...
0
votes
0answers
7 views
htaccess add RedirectMatch 301 rules
i add this rules to my .htaccess file:
RedirectMatch 301 /wp-content/my-image-5x5.jpg /wp-content/default-5x5.jpg
Redirect works well, but add the old image name into address.
Why? I don't need ...
0
votes
1answer
28 views
Redirect only hompage and not query string urls
I am currently using the following to redirect just the homepage of my site
RedirectMatch 301 ^/$ http://www.example.com/it/
However, it is also redirecting urls which have the following format
so ...
1
vote
0answers
33 views
Unreachable website
I have problems with my website being ureachable every few minutes. It usually happens when I try to upload some photos and site just becomes unreachable. But if I try with proxy it works fine at the ...
0
votes
0answers
18 views
How to use if / else in .htaccess?
I have .htaccess file which is using on multiple domains.
Now I have part of this code which I must run only on my development site.
Is it possible to put if / else statement in .htaccess file?
...
1
vote
3answers
36 views
Remove Index.php from Magento URL in .htaccess
I recently setup a magento store and the URL is mydomain.com/index.php/admin or mydomain.com/index.php/about-us. I'd like to remove the index.php and I googled methods on how to and I found this code ...
-2
votes
0answers
9 views
I change part of site web structure and want to make RedirectMatch permanent [closed]
In my old site web structure i'm using requests like
www.mydomain.com/fiche.php?id=45
in my new structure these requests are :
www.mydomain.com/annuaire.php?detail=fiche&id_marq=45
how ...
1
vote
1answer
5k views
Codeigniter .htaccess
Sorry for my bad english...
I have the most basic possible CodeIgniter setup and can't make it work... if i access the url
http://domain.com/index.php?controllerX/method it works fine.
Now I want ...
0
votes
4answers
33 views
mod_rewrite domain to directory
I want rewrite example.com url to example.com/ru
For example if url is example.com/books I want have example.com/ru/books
I think I can't this do with header() function
This method is also ...
0
votes
1answer
10 views
Using regular expression in htaccess for 301 redirects
I have a Wordpress blog where I am redirecting blog posts from my old blog to my new blog in the format below:
The old blog is called 'News' and the new blog is simply called 'Blog' - both exist on ...
0
votes
1answer
27 views
Enabling GZIP compression for php script
I've enabled gzip on my php scripts by doing this:
<? ob_start("ob_gzhandler");
?>
<?php
header('Content-Type: application/json');
header('Accept-Encoding: gzip');
/* Request data, ...
0
votes
1answer
10 views
wordpress subfolder .htaccess redirect folder to domain root
I developed my dev site in a subfolder in my root directory, and I've now got my production version now in the root directory. I want to use the dev .htaccess to redirect to the root version of the ...
0
votes
1answer
16 views
Redirect dynamic url to static url using htaccess
I have following type of dynamic urls.
http://example.com/interviews/sample1/data.xml
http://example.com/interviews/sample1234/data.xml
http://example.com/video/video-2/data.xml
In here interviews, ...
1
vote
2answers
14 views
.htaccess remove index.php and hide parameter name
I have the following URL
www.site.com/index.php?key=blah
I want to make it like the following using .htaccess
www.site.com/blah
How can i achieve this using .htaccess?
0
votes
0answers
8 views
FilterDeclare not allowed here
I'm trying to perform a vanilla Bonfire installation (as I already mentioned here) and I keep getting a 500 Error.
However, when I opened the server logs I'm seeing this error message :
[Tue May ...
0
votes
3answers
23 views
handle error pages using PHP and htaccess
I want put some codes like below in my htaccess file:
ErrorDocument 403 /error/403
ErrorDocument 404 /error/404
ErrorDocument 500 /error/500
...
and have a PHP file which handles the error pages ...
0
votes
1answer
15 views
simple permanent redirect 301 dynamic url to static url page
what is best rule for 301 redirect
http://iwanet.org/iwa-membership/51?start=4
to this page
http://iwanet.org/about/web-professional-standards/
0
votes
1answer
22 views
CakePHP in sub-url (not sub-directory)
I can find dozens of articles on installing CakePHP in a sub-directory and getting it to appear in the root url. That is NOT what I am asking for. I rarely down-vote, but if you give that answer, I ...
0
votes
2answers
91 views
Codeigniter specific URL rewriting
In one of my CI application I got a controller called movies in which I am showing details of a movie, its URL looks like
http://localhost/movies/index/12/Movie-Name
here 12 is the movie id which ...



